aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pc100/Kconfig
diff options
context:
space:
mode:
authorAbhilash Kesavan <a.kesavan@samsung.com>2010-06-08 04:02:08 -0400
committerKukjin Kim <kgene.kim@samsung.com>2010-08-05 05:30:50 -0400
commit66194a74c290e7e082c276329ee84d54669c82fc (patch)
treee2acb18df8c8ef6701b424ec5cc0b3326fa2c62e /arch/arm/mach-s5pc100/Kconfig
parent9fe6206f400646a2322096b56c59891d530e8d51 (diff)
ARM: S5PC100: Add support for Compact Flash driver on SMDKC100
Following is added for the CF-ATA driver: - Platform data strucure instantiation - Platform device enabling code - Platform-specific gpio setup code Signed-off-by: Abhilash Kesavan <a.kesavan@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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/Kconfig b/arch/arm/mach-s5pc100/Kconfig
index b2a11dfa3399..34350ae59f95 100644
--- a/arch/arm/mach-s5pc100/Kconfig
+++ b/arch/arm/mach-s5pc100/Kconfig
@@ -25,6 +25,11 @@ config S5PC100_SETUP_I2C1
25 help 25 help
26 Common setup code for i2c bus 1. 26 Common setup code for i2c bus 1.
27 27
28config S5PC100_SETUP_IDE
29 bool
30 help
31 Common setup code for S5PC100 IDE GPIO configurations
32
28config S5PC100_SETUP_SDHCI 33config S5PC100_SETUP_SDHCI
29 bool 34 bool
30 select S5PC100_SETUP_SDHCI_GPIO 35 select S5PC100_SETUP_SDHCI_GPIO
@@ -41,11 +46,13 @@ config MACH_SMDKC100
41 select CPU_S5PC100 46 select CPU_S5PC100
42 select S3C_DEV_FB 47 select S3C_DEV_FB
43 select S3C_DEV_I2C1 48 select S3C_DEV_I2C1
49 select SAMSUNG_DEV_IDE
44 select S3C_DEV_HSMMC 50 select S3C_DEV_HSMMC
45 select S3C_DEV_HSMMC1 51 select S3C_DEV_HSMMC1
46 select S3C_DEV_HSMMC2 52 select S3C_DEV_HSMMC2
47 select S5PC100_SETUP_FB_24BPP 53 select S5PC100_SETUP_FB_24BPP
48 select S5PC100_SETUP_I2C1 54 select S5PC100_SETUP_I2C1
55 select S5PC100_SETUP_IDE
49 select S5PC100_SETUP_SDHCI 56 select S5PC100_SETUP_SDHCI
50 help 57 help
51 Machine support for the Samsung SMDKC100 58 Machine support for the Samsung SMDKC100