diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-07-30 23:23:28 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-07-30 23:22:52 +0100 |
commit | 438a09e1eb01c3f0d4cddde97ed9caae652f910b (patch) | |
tree | f9a530a45f240d95124e3a1411fb9fd0546ea15f /arch/arm/mach-s3c2410/Kconfig | |
parent | a24c091db988551e2c350cfde9eb80ab6e791ffb (diff) | |
download | talos-obmc-linux-438a09e1eb01c3f0d4cddde97ed9caae652f910b.tar.gz talos-obmc-linux-438a09e1eb01c3f0d4cddde97ed9caae652f910b.zip |
ARM: S3C2410: CPUFREQ: Add PLL table
Add PLL table for 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/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index a7f70e18ccb4..d8c023d4df30 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig @@ -55,6 +55,13 @@ config S3C2410_CPUFREQ help CPU Frequency scaling support for S3C2410 +config S3C2410_PLLTABLE + bool + depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL + default y + help + Select the PLL table for the S3C2410 + menu "S3C2410 Machines" config ARCH_SMDK2410 |