Merge tag 'pwm/for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[cascardo/linux.git] / drivers / input / misc / Kconfig
index 762e6d2..5928ea7 100644 (file)
@@ -269,7 +269,7 @@ config INPUT_COBALT_BTNS
 
 config INPUT_WISTRON_BTNS
        tristate "x86 Wistron laptop button interface"
-       depends on X86 && !X86_64
+       depends on X86_32
        select INPUT_POLLDEV
        select INPUT_SPARSEKMAP
        select NEW_LEDS
@@ -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