summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-03-26 19:36:53 +0530
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-03-30 09:31:23 -0700
commita6ecc18e925afa23b5597a27ef66b01fad112970 (patch)
treeab8e52a28eee22033f4b64492ec6f3676e0b19f8 /drivers/input/keyboard/Kconfig
parent92a541f85d6de160871c2d91d71e1dab60067e3f (diff)
input: keyboard: remove interrupt_key driver
Removing interrupt key driver as this duplicates the gpio_keys driver. Desired functionality can be achieve through the gpio_keys. Change-Id: I7e5bc18d4b30c64fa08bb64cdceffe2193c43c8f Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/92462 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
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