* [PATCH] Enable lguest drivers in Kconfig
@ 2007-08-06 0:48 Rusty Russell
0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2007-08-06 0:48 UTC (permalink / raw)
To: Linus Torvalds
Cc: Andrew Morton, lkml - Kernel Mailing List, lguest, virtualization
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, and implied by selecting lguest support).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
drivers/lguest/Kconfig | 2 ++
1 file changed, 2 insertions(+)
===================================================================
--- a/drivers/lguest/Kconfig
+++ b/drivers/lguest/Kconfig
@@ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-06 0:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-06 0:48 [PATCH] Enable lguest drivers in Kconfig Rusty Russell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®