diff options
Diffstat (limited to 'arch/arm/plat-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c64xx/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig index 14d6343b54e8..8ed2f7b8611a 100644 --- a/arch/arm/plat-s3c64xx/Kconfig +++ b/arch/arm/plat-s3c64xx/Kconfig | |||
@@ -21,4 +21,10 @@ if PLAT_S3C64XX | |||
21 | 21 | ||
22 | # Configuration options shared by all S3C64XX implementations | 22 | # Configuration options shared by all S3C64XX implementations |
23 | 23 | ||
24 | config CPU_S3C6400_INIT | ||
25 | bool | ||
26 | help | ||
27 | Common initialisation code for the S3C6400 that is shared | ||
28 | by other CPUs in the series, such as the S3C6410. | ||
29 | |||
24 | endif | 30 | endif |