diff options
author | Naveen Krishna Ch <ch.naveen@samsung.com> | 2011-02-22 03:16:58 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-03-15 07:37:02 -0400 |
commit | be4c33be53d85dde787c4261b18b13850cb299f1 (patch) | |
tree | 9b5025dab1649505d70cea4e5d1279ff6e427436 /arch/arm/mach-exynos4/Kconfig | |
parent | f9d7bcbc41f9b80928d7a46b5e547663f163dc8e (diff) |
ARM: EXYNOS4: Add keypad device to the SMDKV310
This patch is to support keypad device to the SMDKV310 board.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index 8a007cc26ac5..a021b5240bba 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig | |||
@@ -117,9 +117,11 @@ config MACH_SMDKV310 | |||
117 | select S3C_DEV_HSMMC1 | 117 | select S3C_DEV_HSMMC1 |
118 | select S3C_DEV_HSMMC2 | 118 | select S3C_DEV_HSMMC2 |
119 | select S3C_DEV_HSMMC3 | 119 | select S3C_DEV_HSMMC3 |
120 | select SAMSUNG_DEV_KEYPAD | ||
120 | select EXYNOS4_DEV_PD | 121 | select EXYNOS4_DEV_PD |
121 | select EXYNOS4_DEV_SYSMMU | 122 | select EXYNOS4_DEV_SYSMMU |
122 | select EXYNOS4_SETUP_I2C1 | 123 | select EXYNOS4_SETUP_I2C1 |
124 | select EXYNOS4_SETUP_KEYPAD | ||
123 | select EXYNOS4_SETUP_SDHCI | 125 | select EXYNOS4_SETUP_SDHCI |
124 | help | 126 | help |
125 | Machine support for Samsung SMDKV310 | 127 | Machine support for Samsung SMDKV310 |