]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Drivers: hv: Make CONFIG_HYPERV bool
authorMukesh Rathor <mrathor@linux.microsoft.com>
Mon, 15 Sep 2025 23:46:04 +0000 (16:46 -0700)
committerWei Liu <wei.liu@kernel.org>
Wed, 1 Oct 2025 00:00:45 +0000 (00:00 +0000)
commite3ec97c3abaf2fb68cc755cae3229288696b9f3d
tree3deb8352ed9bd0f56db17ffbc81ea750716268bf
parent94b04355e6397a0a70b69c2571fa5c7d9990b835
Drivers: hv: Make CONFIG_HYPERV bool

With CONFIG_HYPERV and CONFIG_HYPERV_VMBUS separated, change CONFIG_HYPERV
to bool from tristate. CONFIG_HYPERV now becomes the core Hyper-V
hypervisor support, such as hypercalls, clocks/timers, Confidential
Computing setup, PCI passthru, etc. that doesn't involve VMBus or VMBus
devices.

Signed-off-by: Mukesh Rathor <mrathor@linux.microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/Makefile
drivers/hv/Kconfig
drivers/hv/Makefile