From aca3031223f5478a7fbed3f910a3cf095a8193dc Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 5 Jul 2012 21:19:35 +0200 Subject: input gpio buttons: needs poller API Signed-off-by: Sascha Hauer --- drivers/input/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/input') diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index b488553680..3b3eb871a0 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig @@ -7,6 +7,7 @@ menu "Input device support" config KEYBOARD_GPIO bool "GPIO Buttons" depends on GENERIC_GPIO + select POLLER help This driver implements support for buttons connected to GPIO pins of various CPUs (and some other chips). -- cgit v1.2.3