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 8ed2f7b8611a..bd832ba0cf77 100644 --- a/arch/arm/plat-s3c64xx/Kconfig +++ b/arch/arm/plat-s3c64xx/Kconfig | |||
@@ -27,4 +27,10 @@ config CPU_S3C6400_INIT | |||
27 | Common initialisation code for the S3C6400 that is shared | 27 | Common initialisation code for the S3C6400 that is shared |
28 | by other CPUs in the series, such as the S3C6410. | 28 | by other CPUs in the series, such as the S3C6410. |
29 | 29 | ||
30 | config CPU_S3C6400_CLOCK | ||
31 | bool | ||
32 | help | ||
33 | Common clock support code for the S3C6400 that is shared | ||
34 | by other CPUs in the series, such as the S3C6410. | ||
35 | |||
30 | endif | 36 | endif |