[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1185876719.6131.82.camel@localhost.localdomain>
Date: Tue, 31 Jul 2007 20:11:59 +1000
From: Rusty Russell <rusty@...tcorp.com.au>
To: Gabriel C <nix.or.die@...glemail.com>
Cc: Satyam Sharma <satyam.sharma@...il.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
lguest <lguest@...abs.org>
Subject: [PATCH] Fix lguest driver config options
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@...tcorp.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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists