Re: [PATCH 3/3] ARM OMAP3: rx51_defconfig: enable support for gpio keys
From: Tony Lindgren <tony@atomide.com>
Date: 2009-10-30 17:44:53
Also in:
linux-omap
From: Tony Lindgren <tony@atomide.com>
Date: 2009-10-30 17:44:53
Also in:
linux-omap
* Jani Nikula [off-list ref] [091030 06:38]:
From: Jani Nikula <redacted> Compile gpio_keys driver a module. Signed-off-by: Jani Nikula <redacted>
This patch could be merged into 2/3. Acked-by: Tony Lindgren <tony@atomide.com>
--- arch/arm/configs/rx51_defconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/arch/arm/configs/rx51_defconfig b/arch/arm/configs/rx51_defconfig index e7e3133..1559734 100644 --- a/arch/arm/configs/rx51_defconfig +++ b/arch/arm/configs/rx51_defconfig@@ -784,7 +784,7 @@ CONFIG_INPUT_KEYBOARD=y # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYBOARD_NEWTON is not set # CONFIG_KEYBOARD_STOWAWAY is not set -# CONFIG_KEYBOARD_GPIO is not set +CONFIG_KEYBOARD_GPIO=m # CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TABLET is not set-- 1.6.5.2