aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c24xx')
-rw-r--r--arch/arm/mach-s3c24xx/Kconfig11
1 files changed, 3 insertions, 8 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index 78317e77adfc..819664266521 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/arch/arm/mach-s3c24xx/Kconfig
@@ -36,7 +36,6 @@ config CPU_S3C2410
36 36
37config CPU_S3C2412 37config CPU_S3C2412
38 bool "SAMSUNG S3C2412" 38 bool "SAMSUNG S3C2412"
39 depends on ARCH_S3C24XX
40 select CPU_ARM926T 39 select CPU_ARM926T
41 select CPU_LLSERIAL_S3C2440 40 select CPU_LLSERIAL_S3C2440
42 select S3C2412_DMA if S3C24XX_DMA 41 select S3C2412_DMA if S3C24XX_DMA
@@ -46,7 +45,6 @@ config CPU_S3C2412
46 45
47config CPU_S3C2416 46config CPU_S3C2416
48 bool "SAMSUNG S3C2416/S3C2450" 47 bool "SAMSUNG S3C2416/S3C2450"
49 depends on ARCH_S3C24XX
50 select CPU_ARM926T 48 select CPU_ARM926T
51 select CPU_LLSERIAL_S3C2440 49 select CPU_LLSERIAL_S3C2440
52 select S3C2416_PM if PM 50 select S3C2416_PM if PM
@@ -81,7 +79,6 @@ config CPU_S3C244X
81 79
82config CPU_S3C2443 80config CPU_S3C2443
83 bool "SAMSUNG S3C2443" 81 bool "SAMSUNG S3C2443"
84 depends on ARCH_S3C24XX
85 select CPU_ARM920T 82 select CPU_ARM920T
86 select CPU_LLSERIAL_S3C2440 83 select CPU_LLSERIAL_S3C2440
87 select S3C2443_COMMON 84 select S3C2443_COMMON
@@ -133,7 +130,6 @@ config S3C24XX_SETUP_TS
133 130
134config S3C24XX_DMA 131config S3C24XX_DMA
135 bool "S3C2410 DMA support" 132 bool "S3C2410 DMA support"
136 depends on ARCH_S3C24XX
137 select S3C_DMA 133 select S3C_DMA
138 help 134 help
139 S3C2410 DMA support. This is needed for drivers like sound which 135 S3C2410 DMA support. This is needed for drivers like sound which
@@ -142,7 +138,7 @@ config S3C24XX_DMA
142 138
143config S3C2410_DMA_DEBUG 139config S3C2410_DMA_DEBUG
144 bool "S3C2410 DMA support debug" 140 bool "S3C2410 DMA support debug"
145 depends on ARCH_S3C24XX && S3C2410_DMA 141 depends on S3C2410_DMA
146 help 142 help
147 Enable debugging output for the DMA code. This option sends info 143 Enable debugging output for the DMA code. This option sends info
148 to the kernel log, at priority KERN_DEBUG. 144 to the kernel log, at priority KERN_DEBUG.
@@ -379,9 +375,8 @@ if CPU_S3C2412
379 375
380config CPU_S3C2412_ONLY 376config CPU_S3C2412_ONLY
381 bool 377 bool
382 depends on ARCH_S3C24XX && !CPU_S3C2410 && \ 378 depends on !CPU_S3C2410 && !CPU_S3C2416 && !CPU_S3C2440 && \
383 !CPU_S3C2416 && !CPU_S3C2440 && !CPU_S3C2442 && \ 379 !CPU_S3C2442 && !CPU_S3C2443 && CPU_S3C2412
384 !CPU_S3C2443 && CPU_S3C2412
385 default y 380 default y
386 381
387config S3C2412_CPUFREQ 382config S3C2412_CPUFREQ