summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorLejun Zhu <lejun.zhu@linux.intel.com>2014-03-31 08:12:00 +0200
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-03-31 08:40:56 +0200
commit61cd4822dd810e1a3c28eab1af6005728906c0e4 (patch)
tree5132231d86a3352214c698689a15be57c5eb6bf8 /drivers/input/misc/Kconfig
parentInput: pm8xxx-vibrator - add DT match table (diff)
downloadlinux-61cd4822dd810e1a3c28eab1af6005728906c0e4.tar.xz
linux-61cd4822dd810e1a3c28eab1af6005728906c0e4.zip
Input: add driver for SOC button array
This patch adds support for the GPIO buttons on some Intel Bay Trail tablets originally running Windows 8. The ACPI description of these buttons follows "Windows ACPI Design Guide for SoC Platforms". Signed-off-by: Lejun Zhu <lejun.zhu@linux.intel.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 7674f05d1fb3..f772981bdcdb 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -666,4 +666,14 @@ config INPUT_IDEAPAD_SLIDEBAR
To compile this driver as a module, choose M here: the
module will be called ideapad_slidebar.
+config INPUT_SOC_BUTTON_ARRAY
+ tristate "Windows-compatible SoC Button Array"
+ depends on KEYBOARD_GPIO
+ help
+ Say Y here if you have a SoC-based tablet that originally
+ runs Windows 8.
+
+ To compile this driver as a module, choose M here: the
+ module will be called soc_button_array.
+
endif