Skip to content

Commit

Permalink
Input: pxa27x_keypad - also enable on PXA3xx
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Eric Miao authored and Dmitry Torokhov committed Jan 31, 2008
1 parent 76cb44e commit e0f2677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/input/keyboard/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@ config KEYBOARD_OMAP
module will be called omap-keypad.

config KEYBOARD_PXA27x
tristate "PXA27x keypad support"
depends on PXA27x
tristate "PXA27x/PXA3xx keypad support"
depends on PXA27x || PXA3xx
help
Enable support for PXA27x keypad controller
Enable support for PXA27x/PXA3xx keypad controller

To compile this driver as a module, choose M here: the
module will be called pxa27x_keypad.
Expand Down

0 comments on commit e0f2677

Please sign in to comment.