Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0+
0002 #
0003 # Pvpanic Kconfig
0004 #
0005 # Copyright (C) 2021 Oracle.
0006 #
0007 
0008 config PVPANIC
0009         bool "pvpanic device support"
0010         help
0011           This option allows to select a specific pvpanic device driver.
0012           pvpanic is a paravirtualized device provided by QEMU; it lets
0013           a virtual machine (guest) communicate panic events to the host.
0014 
0015 config PVPANIC_MMIO
0016         tristate "pvpanic MMIO device support"
0017         depends on HAS_IOMEM && (ACPI || OF) && PVPANIC
0018         help
0019           This driver provides support for the MMIO pvpanic device.
0020 
0021 config PVPANIC_PCI
0022         tristate "pvpanic PCI device support"
0023         depends on PCI && PVPANIC
0024         help
0025           This driver provides support for the PCI pvpanic device.
0026           pvpanic is a paravirtualized device provided by QEMU which
0027           forwards the panic events from the guest to the host.