diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index 37f513d1588e..8d5fa6ece014 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig | |||
@@ -36,7 +36,6 @@ config CPU_S3C2410 | |||
36 | 36 | ||
37 | config CPU_S3C2412 | 37 | config 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 | ||
47 | config CPU_S3C2416 | 46 | config 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 | ||
82 | config CPU_S3C2443 | 80 | config 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 | ||
134 | config S3C24XX_DMA | 131 | config 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 | ||
143 | config S3C2410_DMA_DEBUG | 139 | config 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. |
@@ -233,7 +229,7 @@ if CPU_S3C2410 | |||
233 | 229 | ||
234 | config S3C2410_CPUFREQ | 230 | config S3C2410_CPUFREQ |
235 | bool | 231 | bool |
236 | depends on CPU_FREQ_S3C24XX && CPU_S3C2410 | 232 | depends on CPU_FREQ_S3C24XX |
237 | select S3C2410_CPUFREQ_UTILS | 233 | select S3C2410_CPUFREQ_UTILS |
238 | help | 234 | help |
239 | CPU Frequency scaling support for S3C2410 | 235 | CPU Frequency scaling support for S3C2410 |
@@ -320,7 +316,6 @@ config PM_H1940 | |||
320 | 316 | ||
321 | config MACH_N30 | 317 | config MACH_N30 |
322 | bool "Acer N30 family" | 318 | bool "Acer N30 family" |
323 | select MACH_N35 | ||
324 | select S3C_DEV_NAND | 319 | select S3C_DEV_NAND |
325 | select S3C_DEV_USB_HOST | 320 | select S3C_DEV_USB_HOST |
326 | help | 321 | help |
@@ -380,14 +375,13 @@ if CPU_S3C2412 | |||
380 | 375 | ||
381 | config CPU_S3C2412_ONLY | 376 | config CPU_S3C2412_ONLY |
382 | bool | 377 | bool |
383 | depends on ARCH_S3C24XX && !CPU_S3C2410 && \ | 378 | depends on !CPU_S3C2410 && !CPU_S3C2416 && !CPU_S3C2440 && \ |
384 | !CPU_S3C2416 && !CPU_S3C2440 && !CPU_S3C2442 && \ | 379 | !CPU_S3C2442 && !CPU_S3C2443 |
385 | !CPU_S3C2443 && CPU_S3C2412 | ||
386 | default y | 380 | default y |
387 | 381 | ||
388 | config S3C2412_CPUFREQ | 382 | config S3C2412_CPUFREQ |
389 | bool | 383 | bool |
390 | depends on CPU_FREQ_S3C24XX && CPU_S3C2412 | 384 | depends on CPU_FREQ_S3C24XX |
391 | default y | 385 | default y |
392 | select S3C2412_IOTIMING | 386 | select S3C2412_IOTIMING |
393 | help | 387 | help |
@@ -642,7 +636,6 @@ comment "S3C2442 Boards" | |||
642 | config MACH_NEO1973_GTA02 | 636 | config MACH_NEO1973_GTA02 |
643 | bool "Openmoko GTA02 / Freerunner phone" | 637 | bool "Openmoko GTA02 / Freerunner phone" |
644 | select I2C | 638 | select I2C |
645 | select MACH_NEO1973 | ||
646 | select MFD_PCF50633 | 639 | select MFD_PCF50633 |
647 | select PCF50633_GPIO | 640 | select PCF50633_GPIO |
648 | select POWER_SUPPLY | 641 | select POWER_SUPPLY |
@@ -663,10 +656,7 @@ config MACH_RX1950 | |||
663 | help | 656 | help |
664 | Say Y here if you're using HP iPAQ rx1950 | 657 | Say Y here if you're using HP iPAQ rx1950 |
665 | 658 | ||
666 | config SMDK2440_CPU2442 | 659 | endif # CPU_S3C2442 |
667 | bool "SMDM2440 with S3C2442 CPU module" | ||
668 | |||
669 | endif # CPU_S3C2440 | ||
670 | 660 | ||
671 | if CPU_S3C2443 || CPU_S3C2416 | 661 | if CPU_S3C2443 || CPU_S3C2416 |
672 | 662 | ||