acpiphp: Execute ACPI _REG method for hotadded devices
[linux/fpc-iii.git] / arch / arm / mach-s3c2443 / Kconfig
blob4314c4424909de8541f1f9743ea0ad73b139cfbc
1 # Copyright 2007 Simtec Electronics
3 # Licensed under GPLv2
5 config CPU_S3C2443
6         bool
7         depends on ARCH_S3C2410
8         select S3C2443_DMA if S3C2410_DMA
9         select CPU_LLSERIAL_S3C2440
10         help
11           Support for the S3C2443 SoC from the S3C24XX line
13 config S3C2443_DMA
14         bool
15         depends on CPU_S3C2443
16         help
17           Internal config node for S3C2443 DMA support
19 menu "S3C2443 Machines"
21 config MACH_SMDK2443
22         bool "SMDK2443"
23         select CPU_S3C2443
24         select MACH_SMDK
25         select S3C_DEV_HSMMC
26         help
27           Say Y here if you are using an SMDK2443
29 endmenu