]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/staging/hv/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[mirror_ubuntu-bionic-kernel.git] / drivers / staging / hv / Kconfig
CommitLineData
c4ca0e9e
GKH
1config HYPERV
2 tristate "Microsoft Hyper-V client drivers"
23c5605c 3 depends on X86 && ACPI && PCI && m
c4ca0e9e
GKH
4 default n
5 help
6 Select this option to run Linux as a Hyper-V client operating
7 system.
8
e1415db7
JB
9if HYPERV
10
c3260cfe
GKH
11config HYPERV_STORAGE
12 tristate "Microsoft Hyper-V virtual storage driver"
e1415db7
JB
13 depends on SCSI
14 default HYPERV
c3260cfe
GKH
15 help
16 Select this option to enable the Hyper-V virtual storage driver.
88d3bb31
GKH
17
18config HYPERV_BLOCK
19 tristate "Microsoft Hyper-V virtual block driver"
54d2379c 20 depends on BLOCK && SCSI && (LBDAF || 64BIT)
e1415db7 21 default HYPERV
88d3bb31
GKH
22 help
23 Select this option to enable the Hyper-V virtual block driver.
511bda8f
GKH
24
25config HYPERV_NET
26 tristate "Microsoft Hyper-V virtual network driver"
e1415db7
JB
27 depends on NET
28 default HYPERV
511bda8f
GKH
29 help
30 Select this option to enable the Hyper-V virtual network driver.
e1415db7 31
c88c4e4c
HJ
32config HYPERV_UTILS
33 tristate "Microsoft Hyper-V Utilities driver"
7cc82439 34 depends on CONNECTOR && NLS
c88c4e4c
HJ
35 default HYPERV
36 help
37 Select this option to enable the Hyper-V Utilities.
38
0c3a6ede
GKH
39config HYPERV_MOUSE
40 tristate "Microsoft Hyper-V mouse driver"
76e63665 41 depends on HID
0c3a6ede
GKH
42 default HYPERV
43 help
44 Select this option to enable the Hyper-V mouse driver.
45
e1415db7 46endif