Kconfig: Remove useless and sometimes wrong comments
[linux-2.6-block.git] / arch / arm / mach-s3c2443 / Kconfig
CommitLineData
e4d06e39
BD
1# Copyright 2007 Simtec Electronics
2#
3# Licensed under GPLv2
4
5config CPU_S3C2443
6 bool
7 depends on ARCH_S3C2410
e4d06e39 8 select S3C2443_DMA if S3C2410_DMA
b2627588 9 select CPU_LLSERIAL_S3C2440
e4d06e39
BD
10 help
11 Support for the S3C2443 SoC from the S3C24XX line
12
f8271e57
BD
13config S3C2443_DMA
14 bool
15 depends on CPU_S3C2443
16 help
17 Internal config node for S3C2443 DMA support
18
e4d06e39
BD
19menu "S3C2443 Machines"
20
285f4930
BD
21config MACH_SMDK2443
22 bool "SMDK2443"
23 select CPU_S3C2443
24 select MACH_SMDK
5b323c7b 25 select S3C_DEV_HSMMC
285f4930
BD
26 help
27 Say Y here if you are using an SMDK2443
e4d06e39 28
285f4930 29endmenu