diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index f5a59727949f..f5c77e5d3d88 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -88,6 +88,15 @@ config MACH_ANW6410 | |||
88 | help | 88 | help |
89 | Machine support for the A&W6410 | 89 | Machine support for the A&W6410 |
90 | 90 | ||
91 | config MACH_REAL6410 | ||
92 | bool "REAL6410" | ||
93 | select CPU_S3C6410 | ||
94 | select S3C_DEV_HSMMC | ||
95 | select S3C_DEV_HSMMC1 | ||
96 | select S3C64XX_SETUP_SDHCI | ||
97 | help | ||
98 | Machine support for the CoreWind REAL6410 | ||
99 | |||
91 | config MACH_SMDK6410 | 100 | config MACH_SMDK6410 |
92 | bool "SMDK6410" | 101 | bool "SMDK6410" |
93 | select CPU_S3C6410 | 102 | select CPU_S3C6410 |