diff options
Diffstat (limited to 'arch/arm/mach-s3c2443/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2443/Kconfig | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2443/Kconfig b/arch/arm/mach-s3c2443/Kconfig new file mode 100644 index 000000000000..c649bb2e7ce8 --- /dev/null +++ b/arch/arm/mach-s3c2443/Kconfig | |||
@@ -0,0 +1,29 @@ | |||
1 | # arch/arm/mach-s3c2443/Kconfig | ||
2 | # | ||
3 | # Copyright 2007 Simtec Electronics | ||
4 | # | ||
5 | # Licensed under GPLv2 | ||
6 | |||
7 | config CPU_S3C2443 | ||
8 | bool | ||
9 | depends on ARCH_S3C2410 | ||
10 | select S3C2443_DMA if S3C2410_DMA | ||
11 | help | ||
12 | Support for the S3C2443 SoC from the S3C24XX line | ||
13 | |||
14 | config S3C2443_DMA | ||
15 | bool | ||
16 | depends on CPU_S3C2443 | ||
17 | help | ||
18 | Internal config node for S3C2443 DMA support | ||
19 | |||
20 | menu "S3C2443 Machines" | ||
21 | |||
22 | config MACH_SMDK2443 | ||
23 | bool "SMDK2443" | ||
24 | select CPU_S3C2443 | ||
25 | select MACH_SMDK | ||
26 | help | ||
27 | Say Y here if you are using an SMDK2443 | ||
28 | |||
29 | endmenu | ||