[<prev] [next>] [day] [month] [year] [list]
Message-Id: <4A8961170200007800010117@vpn.id2.novell.com>
Date: Mon, 17 Aug 2009 12:54:31 +0100
From: "Jan Beulich" <JBeulich@...ell.com>
To: "Greg Kroah-Hartman" <GregKH@...ell.com>
Cc: <linux-kernel@...r.kernel.org>
Subject: [PATCH] adjust Hyper-V Kconfig
Hyper-V sub-components' options should all depend on the base option.
The default of these sub-component options is also more reasonably set
to that of the base option (since it makes little sense to enable the
base option without the sub-component ones).
Signed-off-by: Jan Beulich <jbeulich@...ell.com>
--- linux-next/drivers/staging/hv/Kconfig
+++ linux-next/drivers/staging/hv/Kconfig
@@ -6,23 +6,27 @@
Select this option to run Linux as a Hyper-V client operating
system.
+if HYPERV
+
config HYPERV_STORAGE
tristate "Microsoft Hyper-V virtual storage driver"
- depends on SCSI && m
- default n
+ depends on SCSI
+ default HYPERV
help
Select this option to enable the Hyper-V virtual storage driver.
config HYPERV_BLOCK
tristate "Microsoft Hyper-V virtual block driver"
- depends on BLOCK && SCSI && m
- default n
+ depends on BLOCK && SCSI
+ default HYPERV
help
Select this option to enable the Hyper-V virtual block driver.
config HYPERV_NET
tristate "Microsoft Hyper-V virtual network driver"
- depends on NET && m
- default n
+ depends on NET
+ default HYPERV
help
Select this option to enable the Hyper-V virtual network driver.
+
+endif
--
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