diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 09:07:09 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:16:07 -0500 |
commit | 5718df9dd01b4c30d21eaef08b80a3893b0fa7f3 (patch) | |
tree | 9fbf3009283a03b39c749f6e860d93b8a13bfbcc /arch/arm/mach-s3c6410/Kconfig | |
parent | 80789e79150b34e45a630e2f4f1b04d82c449c19 (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 d8377f737c40..75b1244cf8ab 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig | |||
@@ -14,3 +14,8 @@ config CPU_S3C6410 | |||
14 | help | 14 | help |
15 | Enable S3C6410 CPU support | 15 | Enable S3C6410 CPU support |
16 | 16 | ||
17 | config MACH_SMDK6410 | ||
18 | bool "SMDK6410" | ||
19 | select CPU_S3C6410 | ||
20 | help | ||
21 | Machine support for the Samsung SMDK6410 | ||