diff options
author | Darius Augulis <augulis.darius@gmail.com> | 2010-07-28 16:03:43 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-08-14 11:10:22 -0400 |
commit | eab5cfa065c94389b72d84670b6197ae60ccb235 (patch) | |
tree | 38af4323f248c075a4ba3cd6284e653fcd8f1a5a /arch/arm/mach-s3c64xx/Kconfig | |
parent | 45d7f32c7a43cbb9592886d38190e379e2eb2226 (diff) |
ARM: S3C64XX: Support for Real6410
Add support for CoreWind Real6410 board, based on Samsung s3c6410 processor.
Signed-off-by: Darius Augulis <augulis.darius@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index f5a59727949f..0f9f2dd9dd4c 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -88,6 +88,12 @@ 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 | help | ||
95 | Machine support for the CoreWind REAL6410 | ||
96 | |||
91 | config MACH_SMDK6410 | 97 | config MACH_SMDK6410 |
92 | bool "SMDK6410" | 98 | bool "SMDK6410" |
93 | select CPU_S3C6410 | 99 | select CPU_S3C6410 |