From: Rusty Russell Date: Mon, 6 Aug 2007 00:48:18 +0000 (+1000) Subject: Enable lguest drivers in Kconfig X-Git-Tag: v2.6.23-rc3~94 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc1ff43b7002b40686f03269b5011d59965737a4;p=linux-2.6 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 Signed-off-by: Linus Torvalds --- diff --git a/drivers/lguest/Kconfig b/drivers/lguest/Kconfig index 888205c3f7..fd6925f416 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