# SPDX-License-Identifier: GPL-2.0-only # # Virtualization support drivers # menuconfig [31mCONFIG_VIRT_DRIVERS[0m bool "Virtualization drivers" ---help--- Say Y here to get to see options for device drivers that support virtualization environments. If you say N, all options in this submenu will be skipped and disabled. if [31mCONFIG_VIRT_DRIVERS[0m config [31mCONFIG_FSL_HV_MANAGER[0m tristate "Freescale hypervisor management driver" depends on [31mCONFIG_FSL_SOC[0m select [31mCONFIG_EPAPR_PARAVIRT[0m help The Freescale hypervisor management driver provides several services to drivers and applications related to the Freescale hypervisor: 1) An ioctl interface for querying and managing partitions. 2) [31mCONFIG_A[0m file interface to reading incoming doorbells. 3) An interrupt handler for shutting down the partition upon receiving the shutdown doorbell from a manager partition. 4) [31mCONFIG_A[0m kernel interface for receiving callbacks when a managed partition shuts down. source "drivers/virt/vboxguest/Kconfig" endif |