summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r--drivers/input/keyboard/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 9433f4e5516c..b4dee9d5a055 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -203,23 +203,6 @@ config KEYBOARD_GPIO_POLLED
To compile this driver as a module, choose M here: the
module will be called gpio_keys_polled.
-config KEYBOARD_INTERRUPT
- tristate "Interrupt Buttons"
- default n
- help
- This driver implements support for buttons connected
- directly to interrupt pins of peripheral and peripheral
- does not support any othe functionality like gpio
- through that pins.
-
- Say Y here if your device has buttons connected
- directly to such interrupt pins. Your board-specific
- setup logic must also provide a platform device,
- with configuration data saying which interrupts are used.
-
- To compile this driver as a module, choose M here: the
- module will be called interrupt_keys.
-
config KEYBOARD_TCA6416
tristate "TCA6416/TCA6408A Keypad Support"
depends on I2C