28 lines · plain
1# SPDX-License-Identifier: GPL-2.0+2#3# Pvpanic Kconfig4#5# Copyright (C) 2021 Oracle.6#7 8config PVPANIC9 bool "pvpanic device support"10 help11 This option allows to select a specific pvpanic device driver.12 pvpanic is a paravirtualized device provided by QEMU; it lets13 a virtual machine (guest) communicate panic events to the host.14 15config PVPANIC_MMIO16 tristate "pvpanic MMIO device support"17 depends on HAS_IOMEM && (ACPI || OF) && PVPANIC18 help19 This driver provides support for the MMIO pvpanic device.20 21config PVPANIC_PCI22 tristate "pvpanic PCI device support"23 depends on PCI && PVPANIC24 help25 This driver provides support for the PCI pvpanic device.26 pvpanic is a paravirtualized device provided by QEMU which27 forwards the panic events from the guest to the host.28