diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-07-30 18:23:28 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-07-30 18:22:52 -0400 |
commit | 438a09e1eb01c3f0d4cddde97ed9caae652f910b (patch) | |
tree | f9a530a45f240d95124e3a1411fb9fd0546ea15f /arch/arm/mach-s3c2410/Kconfig | |
parent | a24c091db988551e2c350cfde9eb80ab6e791ffb (diff) |
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 | |||
55 | help | 55 | help |
56 | CPU Frequency scaling support for S3C2410 | 56 | CPU Frequency scaling support for S3C2410 |
57 | 57 | ||
58 | config S3C2410_PLLTABLE | ||
59 | bool | ||
60 | depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL | ||
61 | default y | ||
62 | help | ||
63 | Select the PLL table for the S3C2410 | ||
64 | |||
58 | menu "S3C2410 Machines" | 65 | menu "S3C2410 Machines" |
59 | 66 | ||
60 | config ARCH_SMDK2410 | 67 | config ARCH_SMDK2410 |