diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-07-30 23:23:32 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-07-30 23:22:53 +0100 |
commit | baf6b281cfa7259ab2d1148b879850f699520bc6 (patch) | |
tree | b13b8a031f66c9d015c03e8fb63ecac8df3671b6 /arch/arm/mach-s3c2440/Kconfig | |
parent | 0345b51c6a4bfaf6c066b8055d02116432b6a0c9 (diff) | |
download | blackbird-op-linux-baf6b281cfa7259ab2d1148b879850f699520bc6.tar.gz blackbird-op-linux-baf6b281cfa7259ab2d1148b879850f699520bc6.zip |
ARM: OSIRIS: CPUFREQ: Add CPU frequency scaling support
Add CPU frequency scalling support to the Simtec Osiris.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2440/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2440/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig index 3cb12e39e0a8..8ae1b288f7fa 100644 --- a/arch/arm/mach-s3c2440/Kconfig +++ b/arch/arm/mach-s3c2440/Kconfig @@ -46,6 +46,7 @@ config MACH_OSIRIS select PM_SIMTEC if PM select S3C24XX_GPIO_EXTRA128 select S3C2440_XTAL_12000000 + select S3C2410_IOTIMING if S3C2440_CPUFREQ select S3C_DEV_USB_HOST help Say Y here if you are using the Simtec IM2440D20 module, also |