diff options
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index ee85e5bf4b2a..a378e959368e 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -180,20 +180,22 @@ config KEYBOARD_GPIO | |||
180 | module will be called gpio_keys. | 180 | module will be called gpio_keys. |
181 | 181 | ||
182 | config KEYBOARD_TCA6416 | 182 | config KEYBOARD_TCA6416 |
183 | tristate "TCA6416 Keypad Support" | 183 | tristate "TCA6416/TCA6408A Keypad Support" |
184 | depends on I2C | 184 | depends on I2C |
185 | help | 185 | help |
186 | This driver implements basic keypad functionality | 186 | This driver implements basic keypad functionality |
187 | for keys connected through TCA6416 IO expander | 187 | for keys connected through TCA6416/TCA6408A IO expanders. |
188 | 188 | ||
189 | Say Y here if your device has keys connected to | 189 | Say Y here if your device has keys connected to |
190 | TCA6416 IO expander. Your board-specific setup logic | 190 | TCA6416/TCA6408A IO expander. Your board-specific setup logic |
191 | must also provide pin-mask details(of which TCA6416 pins | 191 | must also provide pin-mask details(of which TCA6416 pins |
192 | are used for keypad). | 192 | are used for keypad). |
193 | 193 | ||
194 | If enabled the complete TCA6416 device will be managed through | 194 | If enabled the entire TCA6416 device will be managed through |
195 | this driver. | 195 | this driver. |
196 | 196 | ||
197 | To compile this driver as a module, choose M here: the | ||
198 | module will be called tca6416_keypad. | ||
197 | 199 | ||
198 | config KEYBOARD_MATRIX | 200 | config KEYBOARD_MATRIX |
199 | tristate "GPIO driven matrix keypad support" | 201 | tristate "GPIO driven matrix keypad support" |