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/Kconfig41
1 files changed, 0 insertions, 41 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig
index a806f359ceb6..0cc5760b668a 100644
--- a/arch/arm/plat-s3c24xx/Kconfig
+++ b/arch/arm/plat-s3c24xx/Kconfig
@@ -27,46 +27,6 @@ config S3C24XX_DCLK
27 help 27 help
28 Clock code for supporting DCLK/CLKOUT on S3C24XX architectures 28 Clock code for supporting DCLK/CLKOUT on S3C24XX architectures
29 29
30config CPU_S3C244X
31 bool
32 depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)
33 help
34 Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems.
35
36config S3C2440_CPUFREQ
37 bool "S3C2440/S3C2442 CPU Frequency scaling support"
38 depends on CPU_FREQ_S3C24XX && (CPU_S3C2440 || CPU_S3C2442)
39 select S3C2410_CPUFREQ_UTILS
40 default y
41 help
42 CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
43
44config S3C2440_XTAL_12000000
45 bool
46 help
47 Indicate that the build needs to support 12MHz system
48 crystal.
49
50config S3C2440_XTAL_16934400
51 bool
52 help
53 Indicate that the build needs to support 16.9344MHz system
54 crystal.
55
56config S3C2440_PLL_12000000
57 bool
58 depends on S3C2440_CPUFREQ && S3C2440_XTAL_12000000
59 default y if CPU_FREQ_S3C24XX_PLL
60 help
61 PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals.
62
63config S3C2440_PLL_16934400
64 bool
65 depends on S3C2440_CPUFREQ && S3C2440_XTAL_16934400
66 default y if CPU_FREQ_S3C24XX_PLL
67 help
68 PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
69
70config S3C24XX_PWM 30config S3C24XX_PWM
71 bool "PWM device support" 31 bool "PWM device support"
72 select HAVE_PWM 32 select HAVE_PWM
@@ -74,7 +34,6 @@ config S3C24XX_PWM
74 Support for exporting the PWM timer blocks via the pwm device 34 Support for exporting the PWM timer blocks via the pwm device
75 system. 35 system.
76 36
77
78# gpio configurations 37# gpio configurations
79 38
80config S3C24XX_GPIO_EXTRA 39config S3C24XX_GPIO_EXTRA