diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-03-24 12:09:06 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 06:04:57 -0400 |
commit | 2ab408e8759ad4b2a9bad3647838acd648d2c10c (patch) | |
tree | 2c05f326a6856023bf19009f57840de869e6278e /arch/arm/mach-s3c6400/Kconfig | |
parent | c07f87f22ecc94201893b7a25430b7f5d5fd6de8 (diff) |
[ARM] SMDK6400: Initial machine support for SMDK6400
Add minimial support for the SMDK6400 board to test
the S3C6400 support.
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/Kconfig b/arch/arm/mach-s3c6400/Kconfig index 6da82b5c09ba..da87f2df103f 100644 --- a/arch/arm/mach-s3c6400/Kconfig +++ b/arch/arm/mach-s3c6400/Kconfig | |||
@@ -6,3 +6,12 @@ | |||
6 | # Licensed under GPLv2 | 6 | # Licensed under GPLv2 |
7 | 7 | ||
8 | # Currently nothing here, this will be added later | 8 | # Currently nothing here, this will be added later |
9 | |||
10 | # machine support | ||
11 | |||
12 | config MACH_SMDK6400 | ||
13 | bool "SMDK6400" | ||
14 | select CPU_S3C6410 | ||
15 | select S3C_DEV_HSMMC | ||
16 | help | ||
17 | Machine support for the Samsung SMDK6400 | ||