diff options
author | Naveen Krishna Ch <ch.naveen@samsung.com> | 2011-03-05 03:44:09 +0300 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-03-15 14:37:02 +0300 |
commit | 8e97fb7945717db1773f723b99ab04f6ed1fa875 (patch) | |
tree | 697770b3f4c62dc444d969ec60aa60e1f99be958 /arch/arm/mach-exynos4/Kconfig | |
parent | 40360217fdbbb9afbbe23639dbc964fb2735a83f (diff) | |
download | linux-8e97fb7945717db1773f723b99ab04f6ed1fa875.tar.xz |
ARM: EXYNOS4: Add keypad device helpers
This patch adds the samsung_keypad_cfg_gpio() for EXYNOS4.
Now, this helpers are only for keypad operating in PORT-0.
Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos4/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index 8b841e693902..8a007cc26ac5 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig @@ -65,6 +65,11 @@ config EXYNOS4_SETUP_I2C7 help Common setup code for i2c bus 7. +config EXYNOS4_SETUP_KEYPAD + bool + help + Common setup code for keypad. + config EXYNOS4_SETUP_SDHCI bool select EXYNOS4_SETUP_SDHCI_GPIO |