Staging: comedi: range.c: properly mark up __user pointers
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-s3c2443 / Kconfig
blob698140af247c424c159205e8c8e655e4a920e77a
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         select SAMSUNG_CLKSRC
11         help
12           Support for the S3C2443 SoC from the S3C24XX line
14 config S3C2443_DMA
15         bool
16         depends on CPU_S3C2443
17         help
18           Internal config node for S3C2443 DMA support
20 menu "S3C2443 Machines"
22 config MACH_SMDK2443
23         bool "SMDK2443"
24         select CPU_S3C2443
25         select MACH_SMDK
26         select S3C_DEV_HSMMC
27         help
28           Say Y here if you are using an SMDK2443
30 endmenu