1 # SPDX-License-Identifier: GPL-2.0-only
3 # Virtualization support drivers
6 menuconfig VIRT_DRIVERS
7 bool "Virtualization drivers"
9 Say Y here to get to see options for device drivers that support
10 virtualization environments.
12 If you say N, all options in this submenu will be skipped and disabled.
17 tristate "Freescale hypervisor management driver"
21 The Freescale hypervisor management driver provides several services
22 to drivers and applications related to the Freescale hypervisor:
24 1) An ioctl interface for querying and managing partitions.
26 2) A file interface to reading incoming doorbells.
28 3) An interrupt handler for shutting down the partition upon
29 receiving the shutdown doorbell from a manager partition.
31 4) A kernel interface for receiving callbacks when a managed
34 source "drivers/virt/vboxguest/Kconfig"
36 source "drivers/virt/nitro_enclaves/Kconfig"
38 source "drivers/virt/acrn/Kconfig"