printf: Remove unused 'bprintf'
[drm/drm-misc.git] / drivers / virt / Kconfig
blobd8c848cf09a6afad65b28be20f5fd7e90a0c5307
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Virtualization support drivers
6 menuconfig 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.
12           If you say N, all options in this submenu will be skipped and disabled.
14 if VIRT_DRIVERS
16 config VMGENID
17         tristate "Virtual Machine Generation ID driver"
18         default y
19         help
20           Say Y here to use the hypervisor-provided Virtual Machine Generation ID
21           to reseed the RNG when the VM is cloned. This is highly recommended if
22           you intend to do any rollback / cloning / snapshotting of VMs.
24           Prefer Y to M so that this protection is activated very early.
26 config FSL_HV_MANAGER
27         tristate "Freescale hypervisor management driver"
28         depends on FSL_SOC
29         select EPAPR_PARAVIRT
30         help
31           The Freescale hypervisor management driver provides several services
32           to drivers and applications related to the Freescale hypervisor:
34           1) An ioctl interface for querying and managing partitions.
36           2) A file interface to reading incoming doorbells.
38           3) An interrupt handler for shutting down the partition upon
39              receiving the shutdown doorbell from a manager partition.
41           4) A kernel interface for receiving callbacks when a managed
42              partition shuts down.
44 source "drivers/virt/vboxguest/Kconfig"
46 source "drivers/virt/nitro_enclaves/Kconfig"
48 source "drivers/virt/acrn/Kconfig"
50 source "drivers/virt/coco/Kconfig"
52 endif