mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 00:36:48 +07:00
Staging: hv: 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@novell.com> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
79e5cdb208
commit
e1415db7b6
@ -6,23 +6,27 @@ config HYPERV
|
|||||||
Select this option to run Linux as a Hyper-V client operating
|
Select this option to run Linux as a Hyper-V client operating
|
||||||
system.
|
system.
|
||||||
|
|
||||||
|
if HYPERV
|
||||||
|
|
||||||
config HYPERV_STORAGE
|
config HYPERV_STORAGE
|
||||||
tristate "Microsoft Hyper-V virtual storage driver"
|
tristate "Microsoft Hyper-V virtual storage driver"
|
||||||
depends on SCSI && m
|
depends on SCSI
|
||||||
default n
|
default HYPERV
|
||||||
help
|
help
|
||||||
Select this option to enable the Hyper-V virtual storage driver.
|
Select this option to enable the Hyper-V virtual storage driver.
|
||||||
|
|
||||||
config HYPERV_BLOCK
|
config HYPERV_BLOCK
|
||||||
tristate "Microsoft Hyper-V virtual block driver"
|
tristate "Microsoft Hyper-V virtual block driver"
|
||||||
depends on BLOCK && SCSI && m
|
depends on BLOCK && SCSI
|
||||||
default n
|
default HYPERV
|
||||||
help
|
help
|
||||||
Select this option to enable the Hyper-V virtual block driver.
|
Select this option to enable the Hyper-V virtual block driver.
|
||||||
|
|
||||||
config HYPERV_NET
|
config HYPERV_NET
|
||||||
tristate "Microsoft Hyper-V virtual network driver"
|
tristate "Microsoft Hyper-V virtual network driver"
|
||||||
depends on NET && m
|
depends on NET
|
||||||
default n
|
default HYPERV
|
||||||
help
|
help
|
||||||
Select this option to enable the Hyper-V virtual network driver.
|
Select this option to enable the Hyper-V virtual network driver.
|
||||||
|
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user