libnvdimm/altmap: Track namespace boundaries in altmap
[linux-2.6-block.git] / drivers / virt / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
6db71994
TT
2#
3# Virtualization support drivers
4#
5
6menuconfig VIRT_DRIVERS
7 bool "Virtualization drivers"
8 ---help---
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
14if VIRT_DRIVERS
15
16config FSL_HV_MANAGER
17 tristate "Freescale hypervisor management driver"
18 depends on FSL_SOC
40656397 19 select EPAPR_PARAVIRT
6db71994
TT
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
0ba002bc 34source "drivers/virt/vboxguest/Kconfig"
6db71994 35endif