aboutsummaryrefslogtreecommitdiff
path: root/drivers/lguest/Kconfig
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2007-08-06 10:48:18 +1000
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-08-06 18:21:15 -0700
commitcc1ff43b7002b40686f03269b5011d59965737a4 (patch)
tree26ebc91c043f735a7bf7f9e2367fb920ca38ee43 /drivers/lguest/Kconfig
parentbac27d35cbbf7c641efcc75b5330df8717d6db65 (diff)
Enable lguest drivers in Kconfig
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> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/lguest/Kconfig')
-rw-r--r--drivers/lguest/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/lguest/Kconfig b/drivers/lguest/Kconfig
index 888205c3f76..fd6925f4164 100644
--- 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