diff options
author | Abhilash Kesavan <a.kesavan@samsung.com> | 2010-06-08 03:55:45 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:32:50 -0400 |
commit | 0ab0b6d226caa4a0268ecbce76a7376c3f40ee6b (patch) | |
tree | 729f66aa696b663b92e04d606eb1686b0f353307 /arch/arm/mach-s3c64xx/Kconfig | |
parent | db90005b5bdb7195b55e295548d7a7eb2014d94c (diff) |
ARM: S3C64XX: Add support for Compact Flash driver on SMDK6410
Following is added for the CF-ATA driver:
- Platform data strucure instantiation
- Platform device enabling code
- Addition of cfcon clock
- Platform-specific gpio setup code
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index f5a59727949f..12f063b12569 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -57,6 +57,11 @@ config S3C64XX_SETUP_I2C1 | |||
57 | help | 57 | help |
58 | Common setup code for i2c bus 1. | 58 | Common setup code for i2c bus 1. |
59 | 59 | ||
60 | config S3C64XX_SETUP_IDE | ||
61 | bool | ||
62 | help | ||
63 | Common setup code for S3C64XX IDE. | ||
64 | |||
60 | config S3C64XX_SETUP_FB_24BPP | 65 | config S3C64XX_SETUP_FB_24BPP |
61 | bool | 66 | bool |
62 | help | 67 | help |
@@ -95,6 +100,7 @@ config MACH_SMDK6410 | |||
95 | select S3C_DEV_HSMMC | 100 | select S3C_DEV_HSMMC |
96 | select S3C_DEV_HSMMC1 | 101 | select S3C_DEV_HSMMC1 |
97 | select S3C_DEV_I2C1 | 102 | select S3C_DEV_I2C1 |
103 | select SAMSUNG_DEV_IDE | ||
98 | select S3C_DEV_FB | 104 | select S3C_DEV_FB |
99 | select SAMSUNG_DEV_TS | 105 | select SAMSUNG_DEV_TS |
100 | select S3C_DEV_USB_HOST | 106 | select S3C_DEV_USB_HOST |
@@ -103,6 +109,7 @@ config MACH_SMDK6410 | |||
103 | select HAVE_S3C2410_WATCHDOG | 109 | select HAVE_S3C2410_WATCHDOG |
104 | select S3C64XX_SETUP_SDHCI | 110 | select S3C64XX_SETUP_SDHCI |
105 | select S3C64XX_SETUP_I2C1 | 111 | select S3C64XX_SETUP_I2C1 |
112 | select S3C64XX_SETUP_IDE | ||
106 | select S3C64XX_SETUP_FB_24BPP | 113 | select S3C64XX_SETUP_FB_24BPP |
107 | help | 114 | help |
108 | Machine support for the Samsung SMDK6410 | 115 | Machine support for the Samsung SMDK6410 |