diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 14:07:09 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 14:12:26 +0100 |
commit | dd280b291f280889c9e12108f7bc31aebe9ac44d (patch) | |
tree | 099c5962fd652500e77bacfbd18ee16994f00217 /arch/arm/mach-s3c6410/Kconfig | |
parent | e19e5349be8de4b2ea89a251f44c4ec6ae624c45 (diff) |
[ARM] SMDK6410: Initial machine support
Initial machine support for the Samsung SMDK6410.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6410/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig index d8377f737c4..75b1244cf8a 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig @@ -14,3 +14,8 @@ config CPU_S3C6410 help Enable S3C6410 CPU support +config MACH_SMDK6410 + bool "SMDK6410" + select CPU_S3C6410 + help + Machine support for the Samsung SMDK6410 |