Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Timur Tabi | 6db7199 | 2011-06-09 15:52:06 -0500 | [diff] [blame] | 2 | # |
| 3 | # Virtualization support drivers |
| 4 | # |
| 5 | |
| 6 | menuconfig VIRT_DRIVERS |
| 7 | bool "Virtualization drivers" |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 8 | help |
Timur Tabi | 6db7199 | 2011-06-09 15:52:06 -0500 | [diff] [blame] | 9 | Say Y here to get to see options for device drivers that support |
| 10 | virtualization environments. |
| 11 | |
| 12 | If you say N, all options in this submenu will be skipped and disabled. |
| 13 | |
| 14 | if VIRT_DRIVERS |
| 15 | |
| 16 | config FSL_HV_MANAGER |
| 17 | tristate "Freescale hypervisor management driver" |
| 18 | depends on FSL_SOC |
Stuart Yoder | 4065639 | 2012-07-03 05:48:54 +0000 | [diff] [blame] | 19 | select EPAPR_PARAVIRT |
Timur Tabi | 6db7199 | 2011-06-09 15:52:06 -0500 | [diff] [blame] | 20 | help |
| 21 | The Freescale hypervisor management driver provides several services |
| 22 | to drivers and applications related to the Freescale hypervisor: |
| 23 | |
| 24 | 1) An ioctl interface for querying and managing partitions. |
| 25 | |
| 26 | 2) A file interface to reading incoming doorbells. |
| 27 | |
| 28 | 3) An interrupt handler for shutting down the partition upon |
| 29 | receiving the shutdown doorbell from a manager partition. |
| 30 | |
| 31 | 4) A kernel interface for receiving callbacks when a managed |
| 32 | partition shuts down. |
| 33 | |
Hans de Goede | 0ba002b | 2017-11-30 17:01:27 +0100 | [diff] [blame] | 34 | source "drivers/virt/vboxguest/Kconfig" |
Andra Paraschiv | 07499cc | 2020-09-21 15:17:28 +0300 | [diff] [blame] | 35 | |
| 36 | source "drivers/virt/nitro_enclaves/Kconfig" |
Shuo Liu | 666834c | 2021-02-07 11:10:27 +0800 | [diff] [blame] | 37 | |
| 38 | source "drivers/virt/acrn/Kconfig" |
Timur Tabi | 6db7199 | 2011-06-09 15:52:06 -0500 | [diff] [blame] | 39 | endif |