xref: /openbmc/linux/drivers/virt/Kconfig (revision ec8f24b7)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
26db71994STimur Tabi#
36db71994STimur Tabi# Virtualization support drivers
46db71994STimur Tabi#
56db71994STimur Tabi
66db71994STimur Tabimenuconfig VIRT_DRIVERS
76db71994STimur Tabi	bool "Virtualization drivers"
86db71994STimur Tabi	---help---
96db71994STimur Tabi	  Say Y here to get to see options for device drivers that support
106db71994STimur Tabi	  virtualization environments.
116db71994STimur Tabi
126db71994STimur Tabi	  If you say N, all options in this submenu will be skipped and disabled.
136db71994STimur Tabi
146db71994STimur Tabiif VIRT_DRIVERS
156db71994STimur Tabi
166db71994STimur Tabiconfig FSL_HV_MANAGER
176db71994STimur Tabi	tristate "Freescale hypervisor management driver"
186db71994STimur Tabi	depends on FSL_SOC
1940656397SStuart Yoder	select EPAPR_PARAVIRT
206db71994STimur Tabi	help
216db71994STimur Tabi          The Freescale hypervisor management driver provides several services
226db71994STimur Tabi	  to drivers and applications related to the Freescale hypervisor:
236db71994STimur Tabi
246db71994STimur Tabi          1) An ioctl interface for querying and managing partitions.
256db71994STimur Tabi
266db71994STimur Tabi          2) A file interface to reading incoming doorbells.
276db71994STimur Tabi
286db71994STimur Tabi          3) An interrupt handler for shutting down the partition upon
296db71994STimur Tabi	     receiving the shutdown doorbell from a manager partition.
306db71994STimur Tabi
316db71994STimur Tabi          4) A kernel interface for receiving callbacks when a managed
326db71994STimur Tabi	     partition shuts down.
336db71994STimur Tabi
340ba002bcSHans de Goedesource "drivers/virt/vboxguest/Kconfig"
356db71994STimur Tabiendif
36