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/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig
index 6b1d9184e96c..5a67eda57bb2 100644
--- a/arch/arm/plat-s3c24xx/Kconfig
+++ b/arch/arm/plat-s3c24xx/Kconfig
@@ -4,7 +4,7 @@
4 4
5config PLAT_S3C24XX 5config PLAT_S3C24XX
6 bool 6 bool
7 depends on ARCH_S3C2410 7 depends on ARCH_S3C24XX
8 default y 8 default y
9 select NO_IOPORT 9 select NO_IOPORT
10 select ARCH_REQUIRE_GPIOLIB 10 select ARCH_REQUIRE_GPIOLIB
@@ -84,7 +84,7 @@ config PM_SIMTEC
84 84
85config S3C2410_DMA 85config S3C2410_DMA
86 bool "S3C2410 DMA support" 86 bool "S3C2410 DMA support"
87 depends on ARCH_S3C2410 87 depends on ARCH_S3C24XX
88 select S3C_DMA 88 select S3C_DMA
89 help 89 help
90 S3C2410 DMA support. This is needed for drivers like sound which 90 S3C2410 DMA support. This is needed for drivers like sound which
@@ -93,7 +93,7 @@ config S3C2410_DMA
93 93
94config S3C2410_DMA_DEBUG 94config S3C2410_DMA_DEBUG
95 bool "S3C2410 DMA support debug" 95 bool "S3C2410 DMA support debug"
96 depends on ARCH_S3C2410 && S3C2410_DMA 96 depends on ARCH_S3C24XX && S3C2410_DMA
97 help 97 help
98 Enable debugging output for the DMA code. This option sends info 98 Enable debugging output for the DMA code. This option sends info
99 to the kernel log, at priority KERN_DEBUG. 99 to the kernel log, at priority KERN_DEBUG.