Commit 1c13786d authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Kukjin Kim

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: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 05b7a964
...@@ -36,7 +36,6 @@ config CPU_S3C2410 ...@@ -36,7 +36,6 @@ config CPU_S3C2410
config CPU_S3C2412 config CPU_S3C2412
bool "SAMSUNG S3C2412" bool "SAMSUNG S3C2412"
depends on ARCH_S3C24XX
select CPU_ARM926T select CPU_ARM926T
select CPU_LLSERIAL_S3C2440 select CPU_LLSERIAL_S3C2440
select S3C2412_DMA if S3C24XX_DMA select S3C2412_DMA if S3C24XX_DMA
...@@ -46,7 +45,6 @@ config CPU_S3C2412 ...@@ -46,7 +45,6 @@ config CPU_S3C2412
config CPU_S3C2416 config CPU_S3C2416
bool "SAMSUNG S3C2416/S3C2450" bool "SAMSUNG S3C2416/S3C2450"
depends on ARCH_S3C24XX
select CPU_ARM926T select CPU_ARM926T
select CPU_LLSERIAL_S3C2440 select CPU_LLSERIAL_S3C2440
select S3C2416_PM if PM select S3C2416_PM if PM
...@@ -81,7 +79,6 @@ config CPU_S3C244X ...@@ -81,7 +79,6 @@ config CPU_S3C244X
config CPU_S3C2443 config CPU_S3C2443
bool "SAMSUNG S3C2443" bool "SAMSUNG S3C2443"
depends on ARCH_S3C24XX
select CPU_ARM920T select CPU_ARM920T
select CPU_LLSERIAL_S3C2440 select CPU_LLSERIAL_S3C2440
select S3C2443_COMMON select S3C2443_COMMON
...@@ -133,7 +130,6 @@ config S3C24XX_SETUP_TS ...@@ -133,7 +130,6 @@ config S3C24XX_SETUP_TS
config S3C24XX_DMA config S3C24XX_DMA
bool "S3C2410 DMA support" bool "S3C2410 DMA support"
depends on ARCH_S3C24XX
select S3C_DMA select S3C_DMA
help help
S3C2410 DMA support. This is needed for drivers like sound which S3C2410 DMA support. This is needed for drivers like sound which
...@@ -142,7 +138,7 @@ config S3C24XX_DMA ...@@ -142,7 +138,7 @@ config S3C24XX_DMA
config S3C2410_DMA_DEBUG config S3C2410_DMA_DEBUG
bool "S3C2410 DMA support debug" bool "S3C2410 DMA support debug"
depends on ARCH_S3C24XX && S3C2410_DMA depends on S3C2410_DMA
help help
Enable debugging output for the DMA code. This option sends info Enable debugging output for the DMA code. This option sends info
to the kernel log, at priority KERN_DEBUG. to the kernel log, at priority KERN_DEBUG.
...@@ -379,9 +375,8 @@ if CPU_S3C2412 ...@@ -379,9 +375,8 @@ if CPU_S3C2412
config CPU_S3C2412_ONLY config CPU_S3C2412_ONLY
bool bool
depends on ARCH_S3C24XX && !CPU_S3C2410 && \ depends on !CPU_S3C2410 && !CPU_S3C2416 && !CPU_S3C2440 && \
!CPU_S3C2416 && !CPU_S3C2440 && !CPU_S3C2442 && \ !CPU_S3C2442 && !CPU_S3C2443 && CPU_S3C2412
!CPU_S3C2443 && CPU_S3C2412
default y default y
config S3C2412_CPUFREQ config S3C2412_CPUFREQ
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment