diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-03-24 13:25:40 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 06:04:57 -0400 |
commit | a6925c1c515513e22b0419e1a41155c88d22b1f4 (patch) | |
tree | 4ea28200d35286d215f45ca8d578d9ec19d4953b /arch/arm/mach-s3c6400/Kconfig | |
parent | 2ab408e8759ad4b2a9bad3647838acd648d2c10c (diff) |
[ARM] S3C6400: Core support for S3C6400 SoC
Add the core support files for the Samsung S3C6400 SoC.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6400/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6400/Kconfig | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c6400/Kconfig b/arch/arm/mach-s3c6400/Kconfig index da87f2df103f..f0292a8cddde 100644 --- a/arch/arm/mach-s3c6400/Kconfig +++ b/arch/arm/mach-s3c6400/Kconfig | |||
@@ -5,13 +5,20 @@ | |||
5 | # | 5 | # |
6 | # Licensed under GPLv2 | 6 | # Licensed under GPLv2 |
7 | 7 | ||
8 | # Currently nothing here, this will be added later | 8 | # Configuration options for the S3C6410 CPU |
9 | 9 | ||
10 | # machine support | 10 | config CPU_S3C6400 |
11 | bool | ||
12 | select CPU_S3C6400_INIT | ||
13 | select CPU_S3C6400_CLOCK | ||
14 | help | ||
15 | Enable S3C6400 CPU support | ||
16 | |||
17 | # S36400 Macchine support | ||
11 | 18 | ||
12 | config MACH_SMDK6400 | 19 | config MACH_SMDK6400 |
13 | bool "SMDK6400" | 20 | bool "SMDK6400" |
14 | select CPU_S3C6410 | 21 | select CPU_S3C6400 |
15 | select S3C_DEV_HSMMC | 22 | select S3C_DEV_HSMMC |
16 | help | 23 | help |
17 | Machine support for the Samsung SMDK6400 | 24 | Machine support for the Samsung SMDK6400 |