|
@@ -127,6 +127,20 @@ config S3C2410_PM
|
|
|
|
|
|
if CPU_S3C2410
|
|
|
|
|
|
+config S3C2410_CPUFREQ
|
|
|
+ bool
|
|
|
+ depends on CPU_FREQ_S3C24XX && CPU_S3C2410
|
|
|
+ select S3C2410_CPUFREQ_UTILS
|
|
|
+ help
|
|
|
+ CPU Frequency scaling support for S3C2410
|
|
|
+
|
|
|
+config S3C2410_PLL
|
|
|
+ bool
|
|
|
+ depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
|
|
|
+ default y
|
|
|
+ help
|
|
|
+ Select the PLL table for the S3C2410
|
|
|
+
|
|
|
config S3C24XX_SIMTEC_NOR
|
|
|
bool
|
|
|
help
|
|
@@ -266,6 +280,14 @@ config CPU_S3C2412_ONLY
|
|
|
!CPU_S3C2443 && CPU_S3C2412
|
|
|
default y
|
|
|
|
|
|
+config S3C2412_CPUFREQ
|
|
|
+ bool
|
|
|
+ depends on CPU_FREQ_S3C24XX && CPU_S3C2412
|
|
|
+ default y
|
|
|
+ select S3C2412_IOTIMING
|
|
|
+ help
|
|
|
+ CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
|
|
|
+
|
|
|
config S3C2412_DMA
|
|
|
bool
|
|
|
help
|
|
@@ -365,11 +387,45 @@ endif # CPU_S3C2416
|
|
|
|
|
|
if CPU_S3C2440
|
|
|
|
|
|
+config S3C2440_CPUFREQ
|
|
|
+ bool "S3C2440/S3C2442 CPU Frequency scaling support"
|
|
|
+ depends on CPU_FREQ_S3C24XX && (CPU_S3C2440 || CPU_S3C2442)
|
|
|
+ default y
|
|
|
+ select S3C2410_CPUFREQ_UTILS
|
|
|
+ help
|
|
|
+ CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
|
|
|
+
|
|
|
config S3C2440_DMA
|
|
|
bool
|
|
|
help
|
|
|
Support for S3C2440 specific DMA code5A
|
|
|
|
|
|
+config S3C2440_XTAL_12000000
|
|
|
+ bool
|
|
|
+ help
|
|
|
+ Indicate that the build needs to support 12MHz system
|
|
|
+ crystal.
|
|
|
+
|
|
|
+config S3C2440_XTAL_16934400
|
|
|
+ bool
|
|
|
+ help
|
|
|
+ Indicate that the build needs to support 16.9344MHz system
|
|
|
+ crystal.
|
|
|
+
|
|
|
+config S3C2440_PLL_12000000
|
|
|
+ bool
|
|
|
+ depends on S3C2440_CPUFREQ && S3C2440_XTAL_12000000
|
|
|
+ default y if CPU_FREQ_S3C24XX_PLL
|
|
|
+ help
|
|
|
+ PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals.
|
|
|
+
|
|
|
+config S3C2440_PLL_16934400
|
|
|
+ bool
|
|
|
+ depends on S3C2440_CPUFREQ && S3C2440_XTAL_16934400
|
|
|
+ default y if CPU_FREQ_S3C24XX_PLL
|
|
|
+ help
|
|
|
+ PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
|
|
|
+
|
|
|
comment "S3C2440 Boards"
|
|
|
|
|
|
#
|