diff options
author | Alexander Shiyan <[shc_work@mail.ru]> | 2013-04-03 21:03:53 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-03 21:03:53 -0400 |
commit | 1c13786d8100242057054f4862804d156ec0a027 (patch) | |
tree | b6a9877b8c847246fc7961588438da4c8b1b571d /arch/arm/mach-s3c24xx/Kconfig | |
parent | 05b7a9643122a3ba2d25f9980f6d86e2ad22debe (diff) |
ARM: S3C24XX: Removed unneeded dependency on ARCH_S3C24XX for boards
Board options are already under "if ARCH_S3C24XX" condition, so
additional dependencies on this symbol can be removed.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 11 |
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 | ||
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. |
@@ -379,9 +375,8 @@ if CPU_S3C2412 | |||
379 | 375 | ||
380 | config CPU_S3C2412_ONLY | 376 | config 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 | ||
387 | config S3C2412_CPUFREQ | 382 | config S3C2412_CPUFREQ |