@@ -491,7 +491,7 @@ config KEYBOARD_GPIO_POLLED
select INPUT_POLLDEV
help
This driver implements support for buttons connected
- to GPIO pins of various CPUs (and some other chips).
+ to GPIO pins not capable to generate interrupts.
Say Y here if your device has buttons connected
directly to such GPIO pins. Your board-specific
@@ -499,6 +499,6 @@ config KEYBOARD_GPIO_POLLED
with configuration data saying which GPIOs are used.
To compile this driver as a module, choose M here: the
- module will be called gpio-buttons.
+ module will be called gpio_keys_polled.
endif