summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig
diff options
context:
space:
mode:
authorHong Liu2011-02-07 20:45:55 +0100
committerMatthew Garrett2011-03-28 12:05:21 +0200
commit8eec8a1167b5912c19fec2cdad5b968dd0f8690d (patch)
treea0e360fc06db7bcae291fb262c1d7adb9908e6f1 /drivers/platform/x86/Kconfig
parenteeepc-wmi: add camera keys (diff)
downloadkernel-qcow2-linux-8eec8a1167b5912c19fec2cdad5b968dd0f8690d.tar.gz
kernel-qcow2-linux-8eec8a1167b5912c19fec2cdad5b968dd0f8690d.tar.xz
kernel-qcow2-linux-8eec8a1167b5912c19fec2cdad5b968dd0f8690d.zip
intel_mid_powerbtn: add power button driver for Medfield platform (#3)
The power button is connected to MSIC on Medfield, we will get two interrupts from IOAPIC when pressing or releasing the power button. Signed-off-by: Hong Liu <hong.liu@intel.com> [Minor fixes as noted by Dmitry] Signed-off-by: Alan Cox <alan@linux.intel.com> Acked-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Matthew Garrett <mjg@redhat.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 2f6a37a1d2e6..2822d8a8cdd2 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -616,6 +616,14 @@ config GPIO_INTEL_PMIC
Say Y here to support GPIO via the SCU IPC interface
on Intel MID platforms.
+config INTEL_MID_POWER_BUTTON
+ tristate "power button driver for Intel MID platforms"
+ depends on INTEL_SCU_IPC
+ help
+ This driver handles the power button on the Intel MID platforms.
+
+ If unsure, say N.
+
config RAR_REGISTER
bool "Restricted Access Region Register Driver"
depends on PCI && X86_MRST