[Lguest] [PATCH] Fix lguest driver config options

Rusty Russell rusty at rustcorp.com.au
Tue Jul 31 20:11:59 EST 2007


On Mon, 2007-07-30 at 12:09 +0200, Gabriel C wrote:
> BTW the wrong patch without the default y got merged.

Thanks.  Linus, please apply.

Lguest drivers need to default to "Y" otherwise they're never selected
for new builds.  We don't bother prompting, because they're less than
4k combined.

Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>

diff -r e6b25e5473dc drivers/lguest/Kconfig
--- a/drivers/lguest/Kconfig	Tue Jul 31 20:04:51 2007 +1000
+++ b/drivers/lguest/Kconfig	Tue Jul 31 20:06:00 2007 +1000
@@ -21,8 +21,10 @@ config LGUEST_GUEST
 
 config LGUEST_NET
 	tristate
+	default y
 	depends on LGUEST_GUEST && NET
 
 config LGUEST_BLOCK
 	tristate
+	default y
 	depends on LGUEST_GUEST && BLOCK





More information about the Lguest mailing list