]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/hv/Kconfig
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-bionic-kernel.git] / drivers / hv / Kconfig
1 menu "Microsoft Hyper-V guest support"
2
3 config HYPERV
4 tristate "Microsoft Hyper-V client drivers"
5 depends on X86 && ACPI && PCI
6 help
7 Select this option to run Linux as a Hyper-V client operating
8 system.
9
10 config HYPERV_UTILS
11 tristate "Microsoft Hyper-V Utilities driver"
12 depends on HYPERV && CONNECTOR && NLS
13 help
14 Select this option to enable the Hyper-V Utilities.
15
16 endmenu