aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-02-18 01:40:46 -0500
committerDmitry Torokhov <dtor@insightbb.com>2007-02-18 01:40:46 -0500
commit0d98f6bbd8d62c2c7a9924e0b3e5068cc28173b0 (patch)
treee5a5b9560acd4454f1a1b34e2a5cfcd9c5d31c9e /drivers/input/keyboard/Kconfig
parentInput: do not lock device when showing name, phys and uniq (diff)
downloadlinux-dev-0d98f6bbd8d62c2c7a9924e0b3e5068cc28173b0.tar.xz
linux-dev-0d98f6bbd8d62c2c7a9924e0b3e5068cc28173b0.zip
Input: gpio-keys - switch to common GPIO API
This adds support for at least SA1100 and S3C24xx CPUs. Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r--drivers/input/keyboard/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 1b81a72e19d9..64509689fa65 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -215,11 +215,11 @@ config KEYBOARD_AAED2000
module will be called aaed2000_kbd.
config KEYBOARD_GPIO
- tristate "Buttons on CPU GPIOs (PXA)"
- depends on ARCH_PXA
+ tristate "Buttons on CPU GPIOs (PXA)"
+ depends on (ARCH_SA1100 || ARCH_PXA || ARCH_S3C2410)
help
This driver implements support for buttons connected
- directly to GPIO pins of PXA CPUs.
+ directly to GPIO pins of SA1100, PXA or S3C24xx CPUs.
Say Y here if your device has buttons connected
directly to GPIO pins of the CPU.