diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-03-24 16:09:06 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 11:04:57 +0100 |
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 6da82b5c09b..da87f2df103 100644 --- a/arch/arm/mach-s3c6400/Kconfig +++ b/arch/arm/mach-s3c6400/Kconfig @@ -6,3 +6,12 @@ # Licensed under GPLv2 # Currently nothing here, this will be added later + +# machine support + +config MACH_SMDK6400 + bool "SMDK6400" + select CPU_S3C6410 + select S3C_DEV_HSMMC + help + Machine support for the Samsung SMDK6400 |