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 be65e50e7a33..e2851725646a 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -224,14 +224,16 @@ config KEYBOARD_AAED2000 | |||
224 | module will be called aaed2000_kbd. | 224 | module will be called aaed2000_kbd. |
225 | 225 | ||
226 | config KEYBOARD_GPIO | 226 | config KEYBOARD_GPIO |
227 | tristate "Buttons on CPU GPIOs (PXA)" | 227 | tristate "GPIO Buttons" |
228 | depends on (ARCH_SA1100 || ARCH_PXA || ARCH_S3C2410) | 228 | depends on GENERIC_GPIO |
229 | help | 229 | help |
230 | This driver implements support for buttons connected | 230 | This driver implements support for buttons connected |
231 | directly to GPIO pins of SA1100, PXA or S3C24xx CPUs. | 231 | to GPIO pins of various CPUs (and some other chips). |
232 | 232 | ||
233 | Say Y here if your device has buttons connected | 233 | Say Y here if your device has buttons connected |
234 | directly to GPIO pins of the CPU. | 234 | directly to such GPIO pins. Your board-specific |
235 | setup logic must also provide a platform device, | ||
236 | with configuration data saying which GPIOs are used. | ||
235 | 237 | ||
236 | To compile this driver as a module, choose M here: the | 238 | To compile this driver as a module, choose M here: the |
237 | module will be called gpio-keys. | 239 | module will be called gpio-keys. |