summaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorPeng Hao2018-11-06 15:57:12 +0100
committerGreg Kroah-Hartman2018-11-07 13:53:03 +0100
commitfcb418cd567febb310749e37507679e4f2703e56 (patch)
tree114454202b4f4dc22c08bc1931e42336eeb8d39a /drivers/misc/Kconfig
parentmei: expedite ioctl return on the notify set operation error (diff)
downloadkernel-qcow2-linux-fcb418cd567febb310749e37507679e4f2703e56.tar.gz
kernel-qcow2-linux-fcb418cd567febb310749e37507679e4f2703e56.tar.xz
kernel-qcow2-linux-fcb418cd567febb310749e37507679e4f2703e56.zip
pvpanic: move pvpanic to misc as common driver
Move pvpanic.c from drivers/platform/x86 to drivers/misc. Following patches will use pvpanic device in arm64. Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Peng Hao <peng.hao2@zte.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 3726eacdf65d..64c898aec3b2 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -513,6 +513,14 @@ config MISC_RTSX
tristate
default MISC_RTSX_PCI || MISC_RTSX_USB
+config PVPANIC
+ tristate "pvpanic device support"
+ depends on ACPI
+ help
+ This driver provides support for the pvpanic device. pvpanic is
+ a paravirtualized device provided by QEMU; it lets a virtual machine
+ (guest) communicate panic events to the host.
+
source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
source "drivers/misc/cb710/Kconfig"