Skip to content

Commit

Permalink
omap3 : Enable TWL4030 Keypad for Zoom2 and Zoom3 boards
Browse files Browse the repository at this point in the history
The TWL4030 keypad driver is not enabled by default for zoom2 and zoom3
boards.

This patch will enable the same for both zoom2 and zoom3 boards.

Tested on zoom2(3430) and zoom3(3630) boards.

Signed-off-by: Manjunatha GK <manjugk@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
manjugk manjugk authored and Tony Lindgren committed Dec 12, 2009
1 parent 0712fb3 commit 5bcf5a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion arch/arm/configs/omap_zoom2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,8 @@ CONFIG_INPUT_EVDEV=y
#
# Input Device Drivers
#
# CONFIG_INPUT_KEYBOARD is not set
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_TWL4030=y
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
Expand Down
3 changes: 2 additions & 1 deletion arch/arm/configs/omap_zoom3_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,8 @@ CONFIG_INPUT_EVDEV=y
#
# Input Device Drivers
#
# CONFIG_INPUT_KEYBOARD is not set
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_TWL4030=y
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
Expand Down

0 comments on commit 5bcf5a1

Please sign in to comment.