Signed-off-by: Gabor Juhos <juhosg@xxxxxxxxxxx> --- Changes since v1: - remove 'which is ' from the help text drivers/input/keyboard/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 9648ff4..897b758 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -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 -- 1.7.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html