From: Miguel Aguilar Date: Wed, 25 Jun 2008 20:20:30 +0000 (-0600) Subject: OMAP3: EVM: KEYPAD: Add twl4030 keypad to defconfig X-Git-Tag: v2.6.26-omap1~77 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=3af6f7deb702e99b57f78760d5976bbb1f899419;p=linux-2.6-omap-h63xx.git 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 --- 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