diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 09:06:58 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 16:53:14 -0500 |
commit | aa64ea3f78496bcd7d72d5caffa3d0bf43e84e54 (patch) | |
tree | fd1f323b82e6db033aef1fca6ddab4945a5b9ad6 /arch/arm/mach-s3c6410/Kconfig | |
parent | f982dc5321848ca6150a7a2c2bb3e28bddcf5ebe (diff) |
[ARM] S3C64XX: Common init code for S3C6400 and S3C6410
Add the common initialisation code for both the
S3C6400 and S3C6410, the UART registration.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig index c473ba998b3d..eff8248439a4 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig | |||
@@ -9,6 +9,7 @@ | |||
9 | 9 | ||
10 | config CPU_S3C6410 | 10 | config CPU_S3C6410 |
11 | bool | 11 | bool |
12 | select CPU_S3C6400_INIT | ||
12 | help | 13 | help |
13 | Enable S3C6410 CPU support | 14 | Enable S3C6410 CPU support |
14 | 15 | ||