summaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c64xx/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-21 13:06:58 (GMT)
committerBen Dooks <ben-linux@fluff.org>2008-12-15 21:53:14 (GMT)
commitaa64ea3f78496bcd7d72d5caffa3d0bf43e84e54 (patch)
treefd1f323b82e6db033aef1fca6ddab4945a5b9ad6 /arch/arm/plat-s3c64xx/Kconfig
parentf982dc5321848ca6150a7a2c2bb3e28bddcf5ebe (diff)
downloadlinux-fsl-qoriq-aa64ea3f78496bcd7d72d5caffa3d0bf43e84e54.tar.xz
[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/plat-s3c64xx/Kconfig')
-rw-r--r--arch/arm/plat-s3c64xx/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig
index 14d6343..8ed2f7b 100644
--- a/arch/arm/plat-s3c64xx/Kconfig
+++ b/arch/arm/plat-s3c64xx/Kconfig
@@ -21,4 +21,10 @@ if PLAT_S3C64XX
# Configuration options shared by all S3C64XX implementations
+config CPU_S3C6400_INIT
+ bool
+ help
+ Common initialisation code for the S3C6400 that is shared
+ by other CPUs in the series, such as the S3C6410.
+
endif