aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-s3c24xx/Kconfig')
-rw-r--r--arch/arm/plat-s3c24xx/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig
index feb9db8886be..9c449c048c78 100644
--- a/arch/arm/plat-s3c24xx/Kconfig
+++ b/arch/arm/plat-s3c24xx/Kconfig
@@ -42,6 +42,20 @@ config S3C2440_CPUFREQ
42 help 42 help
43 CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs. 43 CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
44 44
45config S3C2440_PLL_12000000
46 bool
47 depends on S3C2440_CPUFREQ
48 default y if CPU_FREQ_S3C24XX_PLL
49 help
50 PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals.
51
52config S3C2440_PLL_16934400
53 bool
54 depends on S3C2440_CPUFREQ
55 default y if CPU_FREQ_S3C24XX_PLL
56 help
57 PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
58
45config S3C24XX_PWM 59config S3C24XX_PWM
46 bool "PWM device support" 60 bool "PWM device support"
47 select HAVE_PWM 61 select HAVE_PWM