diff options
author | Naveen Krishna Ch <ch.naveen@samsung.com> | 2010-06-21 18:54:18 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:30:51 -0400 |
commit | 2211f28cdaf416f566ec4af0e431dc04393e9c14 (patch) | |
tree | aa6a26f3dd78a98a2bc7182bfe1a555c1c33f58a /arch/arm/mach-s5pc100/Kconfig | |
parent | 32018a8c83903199206c9d98f54006e69ec55dd4 (diff) |
ARM: S5PC100: Add keypad device to the SMDKC100 board
This patch is to support keypad device to the SMDKC100 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-s5pc100/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pc100/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/Kconfig b/arch/arm/mach-s5pc100/Kconfig index a7ba205f3c1c..cd7f4e95d230 100644 --- a/arch/arm/mach-s5pc100/Kconfig +++ b/arch/arm/mach-s5pc100/Kconfig | |||
@@ -30,6 +30,11 @@ config S5PC100_SETUP_IDE | |||
30 | help | 30 | help |
31 | Common setup code for S5PC100 IDE GPIO configurations | 31 | Common setup code for S5PC100 IDE GPIO configurations |
32 | 32 | ||
33 | config S5PC100_SETUP_KEYPAD | ||
34 | bool | ||
35 | help | ||
36 | Common setup code for KEYPAD GPIO configurations. | ||
37 | |||
33 | config S5PC100_SETUP_SDHCI | 38 | config S5PC100_SETUP_SDHCI |
34 | bool | 39 | bool |
35 | select S5PC100_SETUP_SDHCI_GPIO | 40 | select S5PC100_SETUP_SDHCI_GPIO |
@@ -51,12 +56,14 @@ config MACH_SMDKC100 | |||
51 | select S3C_DEV_HSMMC | 56 | select S3C_DEV_HSMMC |
52 | select S3C_DEV_HSMMC1 | 57 | select S3C_DEV_HSMMC1 |
53 | select S3C_DEV_HSMMC2 | 58 | select S3C_DEV_HSMMC2 |
59 | select SAMSUNG_DEV_KEYPAD | ||
54 | select SAMSUNG_DEV_TS | 60 | select SAMSUNG_DEV_TS |
55 | select S3C_DEV_WDT | 61 | select S3C_DEV_WDT |
56 | select HAVE_S3C2410_WATCHDOG | 62 | select HAVE_S3C2410_WATCHDOG |
57 | select S5PC100_SETUP_FB_24BPP | 63 | select S5PC100_SETUP_FB_24BPP |
58 | select S5PC100_SETUP_I2C1 | 64 | select S5PC100_SETUP_I2C1 |
59 | select S5PC100_SETUP_IDE | 65 | select S5PC100_SETUP_IDE |
66 | select S5PC100_SETUP_KEYPAD | ||
60 | select S5PC100_SETUP_SDHCI | 67 | select S5PC100_SETUP_SDHCI |
61 | help | 68 | help |
62 | Machine support for the Samsung SMDKC100 | 69 | Machine support for the Samsung SMDKC100 |