diff options
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 7904ab05527a..f772981bdcdb 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -269,7 +269,7 @@ config INPUT_COBALT_BTNS | |||
269 | 269 | ||
270 | config INPUT_WISTRON_BTNS | 270 | config INPUT_WISTRON_BTNS |
271 | tristate "x86 Wistron laptop button interface" | 271 | tristate "x86 Wistron laptop button interface" |
272 | depends on X86 && !X86_64 | 272 | depends on X86_32 |
273 | select INPUT_POLLDEV | 273 | select INPUT_POLLDEV |
274 | select INPUT_SPARSEKMAP | 274 | select INPUT_SPARSEKMAP |
275 | select NEW_LEDS | 275 | select NEW_LEDS |
@@ -666,4 +666,14 @@ config INPUT_IDEAPAD_SLIDEBAR | |||
666 | To compile this driver as a module, choose M here: the | 666 | To compile this driver as a module, choose M here: the |
667 | module will be called ideapad_slidebar. | 667 | module will be called ideapad_slidebar. |
668 | 668 | ||
669 | config INPUT_SOC_BUTTON_ARRAY | ||
670 | tristate "Windows-compatible SoC Button Array" | ||
671 | depends on KEYBOARD_GPIO | ||
672 | help | ||
673 | Say Y here if you have a SoC-based tablet that originally | ||
674 | runs Windows 8. | ||
675 | |||
676 | To compile this driver as a module, choose M here: the | ||
677 | module will be called soc_button_array. | ||
678 | |||
669 | endif | 679 | endif |