aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig
diff options
context:
space:
mode:
authorHu Tao <hutao@cn.fujitsu.com>2013-05-07 23:15:32 -0400
committerMatthew Garrett <matthew.garrett@nebula.com>2013-05-08 19:59:52 -0400
commit8b10acd74cdad9063c7a63468e31759d9ac877d9 (patch)
tree5725bbe99b4fe8393486bd7023c4313e8f2f2963 /drivers/platform/x86/Kconfig
parenta849e0024a84480c7be85e3b723610e14042751b (diff)
pvpanic: pvpanic device driver
pvpanic device is a qemu simulated device through which guest panic event is sent to host. Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r--drivers/platform/x86/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 3338437b559b..85772616efbf 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -781,4 +781,12 @@ config APPLE_GMUX
781 graphics as well as the backlight. Currently only backlight 781 graphics as well as the backlight. Currently only backlight
782 control is supported by the driver. 782 control is supported by the driver.
783 783
784config PVPANIC
785 tristate "pvpanic device support"
786 depends on ACPI
787 ---help---
788 This driver provides support for the pvpanic device. pvpanic is
789 a paravirtualized device provided by QEMU; it lets a virtual machine
790 (guest) communicate panic events to the host.
791
784endif # X86_PLATFORM_DEVICES 792endif # X86_PLATFORM_DEVICES