aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-01-25 20:38:52 -0500
committerBen Dooks <ben-linux@fluff.org>2010-01-25 20:38:52 -0500
commit2f6c2ac1d945ffc2e343103bdcfccbdb2e2de805 (patch)
tree738e1ead7db6798944179f8eac2c963ff5f72ab6 /arch/arm/mach-s3c64xx/Kconfig
parent97ce9d6938d58e7846dc0365c720c13ebe64547e (diff)
ARM: S3C64XX: Squash SDHCI setup into one file
Squash the SDHCI setup for both the S3C6400 and S3C6410 into one file and make the S3C6410 case use the S3C6400 code. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r--arch/arm/mach-s3c64xx/Kconfig17
1 files changed, 6 insertions, 11 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig
index 551bb3faa3a..ce32e4997d7 100644
--- a/arch/arm/mach-s3c64xx/Kconfig
+++ b/arch/arm/mach-s3c64xx/Kconfig
@@ -19,17 +19,12 @@ config CPU_S3C6410
19 help 19 help
20 Enable S3C6410 CPU support 20 Enable S3C6410 CPU support
21 21
22config S3C6400_SETUP_SDHCI 22config S3C64XX_SETUP_SDHCI
23 bool
24 help
25 Internal configuration for default SDHCI
26 setup for S3C6400.
27
28config S3C6410_SETUP_SDHCI
29 bool
30 select S3C64XX_SETUP_SDHCI_GPIO 23 select S3C64XX_SETUP_SDHCI_GPIO
24 bool
31 help 25 help
32 Internal helper functions for S3C6410 based SDHCI systems 26 Internal configuration for default SDHCI setup for S3C6400 and
27 S3C6410 SoCs.
33 28
34# S36400 Macchine support 29# S36400 Macchine support
35 30
@@ -38,7 +33,7 @@ config MACH_SMDK6400
38 select CPU_S3C6400 33 select CPU_S3C6400
39 select S3C_DEV_HSMMC 34 select S3C_DEV_HSMMC
40 select S3C_DEV_NAND 35 select S3C_DEV_NAND
41 select S3C6400_SETUP_SDHCI 36 select S3C64XX_SETUP_SDHCI
42 help 37 help
43 Machine support for the Samsung SMDK6400 38 Machine support for the Samsung SMDK6400
44 39
@@ -61,7 +56,7 @@ config MACH_SMDK6410
61 select S3C_DEV_FB 56 select S3C_DEV_FB
62 select S3C_DEV_USB_HOST 57 select S3C_DEV_USB_HOST
63 select S3C_DEV_USB_HSOTG 58 select S3C_DEV_USB_HSOTG
64 select S3C6410_SETUP_SDHCI 59 select S3C64XX_SETUP_SDHCI
65 select S3C64XX_SETUP_I2C1 60 select S3C64XX_SETUP_I2C1
66 select S3C64XX_SETUP_FB_24BPP 61 select S3C64XX_SETUP_FB_24BPP
67 help 62 help