diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-03-24 20:25:40 +0300 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 14:04:57 +0400 |
commit | a6925c1c515513e22b0419e1a41155c88d22b1f4 (patch) | |
tree | 4ea28200d35286d215f45ca8d578d9ec19d4953b /arch/arm/mach-s3c6400/Kconfig | |
parent | 2ab408e8759ad4b2a9bad3647838acd648d2c10c (diff) | |
download | linux-a6925c1c515513e22b0419e1a41155c88d22b1f4.tar.xz |
[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 @@ # # Licensed under GPLv2 -# Currently nothing here, this will be added later +# Configuration options for the S3C6410 CPU -# machine support +config CPU_S3C6400 + bool + select CPU_S3C6400_INIT + select CPU_S3C6400_CLOCK + help + Enable S3C6400 CPU support + +# S36400 Macchine support config MACH_SMDK6400 bool "SMDK6400" - select CPU_S3C6410 + select CPU_S3C6400 select S3C_DEV_HSMMC help Machine support for the Samsung SMDK6400 |