Kconfig (1be5a765c08cee3a9587c8a8d3fc2ea247b13f9c) Kconfig (0d9e8c0b670b7856d36ed155d43548d2491230e7)
1config HYPERV
2 bool
3 depends on KVM
4
5config HYPERV_TESTDEV
6 bool
7 default y if TEST_DEVICES
8 depends on HYPERV
9
10config VMBUS
11 bool
12 default y
13 depends on HYPERV
14
15config SYNDBG
16 bool
17 default y
18 depends on VMBUS
1config HYPERV
2 bool
3 depends on KVM
4
5config HYPERV_TESTDEV
6 bool
7 default y if TEST_DEVICES
8 depends on HYPERV
9
10config VMBUS
11 bool
12 default y
13 depends on HYPERV
14
15config SYNDBG
16 bool
17 default y
18 depends on VMBUS
19
20config HV_BALLOON_SUPPORTED
21 bool
22
23config HV_BALLOON
24 bool
25 default y
26 depends on VMBUS
27 depends on HV_BALLOON_POSSIBLE
28 depends on HV_BALLOON_SUPPORTED