diff options
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
| -rw-r--r-- | drivers/input/keyboard/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index b8c51b9781db..3a87f3ba5f75 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
| @@ -179,6 +179,22 @@ config KEYBOARD_GPIO | |||
| 179 | To compile this driver as a module, choose M here: the | 179 | To compile this driver as a module, choose M here: the |
| 180 | module will be called gpio_keys. | 180 | module will be called gpio_keys. |
| 181 | 181 | ||
| 182 | config KEYBOARD_GPIO_POLLED | ||
| 183 | tristate "Polled GPIO buttons" | ||
| 184 | depends on GENERIC_GPIO | ||
| 185 | select INPUT_POLLDEV | ||
| 186 | help | ||
| 187 | This driver implements support for buttons connected | ||
| 188 | to GPIO pins that are not capable of generating interrupts. | ||
| 189 | |||
| 190 | Say Y here if your device has buttons connected | ||
| 191 | directly to such GPIO pins. Your board-specific | ||
| 192 | setup logic must also provide a platform device, | ||
| 193 | with configuration data saying which GPIOs are used. | ||
| 194 | |||
| 195 | To compile this driver as a module, choose M here: the | ||
| 196 | module will be called gpio_keys_polled. | ||
| 197 | |||
| 182 | config KEYBOARD_TCA6416 | 198 | config KEYBOARD_TCA6416 |
| 183 | tristate "TCA6416 Keypad Support" | 199 | tristate "TCA6416 Keypad Support" |
| 184 | depends on I2C | 200 | depends on I2C |
