From 3af6f7deb702e99b57f78760d5976bbb1f899419 Mon Sep 17 00:00:00 2001 From: Miguel Aguilar Date: Wed, 25 Jun 2008 14:20:30 -0600 Subject: [PATCH] OMAP3: EVM: KEYPAD: Add twl4030 keypad to defconfig Enable twl4030 keypad driver in omap3_evm_defconfig Signed-off-by: Miguel Angel Aguilar Signed-off-by: Tony Lindgren --- arch/arm/configs/omap3_evm_defconfig | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/omap3_evm_defconfig b/arch/arm/configs/omap3_evm_defconfig index 43ae0c8a854..718c914947b 100644 --- a/arch/arm/configs/omap3_evm_defconfig +++ b/arch/arm/configs/omap3_evm_defconfig @@ -601,7 +601,16 @@ CONFIG_INPUT=y # # Input Device Drivers # -# CONFIG_INPUT_KEYBOARD is not set +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ATKBD is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_LKKBD is not set +# CONFIG_KEYBOARD_XTKBD is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_STOWAWAY is not set +CONFIG_KEYBOARD_TWL4030=m +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_GPIO is not set # CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TABLET is not set -- 2.41.1