diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index bbd138be6a70..61a359c4aa47 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -133,6 +133,13 @@ config S3C2410_CLOCK | |||
133 | help | 133 | help |
134 | Clock code for the S3C2410, and similar processors | 134 | Clock code for the S3C2410, and similar processors |
135 | 135 | ||
136 | config CPU_S3C2410_DMA | ||
137 | bool | ||
138 | depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442) | ||
139 | default y if CPU_S3C2410 || CPU_S3C2442 | ||
140 | help | ||
141 | DMA device selection for S3C2410 and compatible CPUs | ||
142 | |||
136 | config CPU_S3C2410 | 143 | config CPU_S3C2410 |
137 | bool | 144 | bool |
138 | depends on ARCH_S3C2410 | 145 | depends on ARCH_S3C2410 |