diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-07-30 18:23:26 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-07-30 18:22:52 -0400 |
commit | 831a6fcb9393960b35173fa2e0f835b710152fff (patch) | |
tree | 994b5f96aaaa11b61c1cedaf7a578f57e6078790 /arch/arm/plat-s3c24xx/Kconfig | |
parent | 9d56c02a5a171e1fdb87f3b718b418cb0522d2b1 (diff) |
ARM: S3C2410: CPUFREQ: Add io-timing support.
Add io-timing support for frequency scaling on the S3C2410 SoC.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c24xx/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index 5b0bc914f58e..d82d30c2f059 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig | |||
@@ -107,6 +107,15 @@ config S3C24XX_SPI_BUS1_GPG5_GPG6_GPG7 | |||
107 | 107 | ||
108 | # common code for s3c24xx based machines, such as the SMDKs. | 108 | # common code for s3c24xx based machines, such as the SMDKs. |
109 | 109 | ||
110 | # cpu frequency items common between s3c2410 and s3c2440/s3c2442 | ||
111 | |||
112 | config S3C2410_IOTIMING | ||
113 | bool | ||
114 | depends on CPU_FREQ_S3C24XX | ||
115 | help | ||
116 | Internal node to select io timing code that is common to the s3c2410 | ||
117 | and s3c2440/s3c2442 cpu frequency support. | ||
118 | |||
110 | config MACH_SMDK | 119 | config MACH_SMDK |
111 | bool | 120 | bool |
112 | help | 121 | help |