Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[pandora-kernel.git] / arch / arm / mach-s3c2443 / Kconfig
1 # Copyright 2007 Simtec Electronics
2 #
3 # Licensed under GPLv2
4
5 config CPU_S3C2443
6         bool
7         depends on ARCH_S3C2410
8         select CPU_ARM920T
9         select S3C2443_DMA if S3C2410_DMA
10         select CPU_LLSERIAL_S3C2440
11         select SAMSUNG_CLKSRC
12         select S3C2443_CLOCK
13         select S3C_GPIO_PULL_S3C2443
14         help
15           Support for the S3C2443 SoC from the S3C24XX line
16
17 config S3C2443_DMA
18         bool
19         depends on CPU_S3C2443
20         help
21           Internal config node for S3C2443 DMA support
22
23 menu "S3C2443 Machines"
24
25 config MACH_SMDK2443
26         bool "SMDK2443"
27         select CPU_S3C2443
28         select MACH_SMDK
29         select S3C_DEV_HSMMC1
30         help
31           Say Y here if you are using an SMDK2443
32
33 endmenu