]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/mach-s3c2443/Kconfig
Merge commit 'v2.6.37-rc7' into x86/security
[mirror_ubuntu-artful-kernel.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
71f608ef 8 select CPU_ARM920T
e4d06e39 9 select S3C2443_DMA if S3C2410_DMA
b2627588 10 select CPU_LLSERIAL_S3C2440
9aa753c4 11 select SAMSUNG_CLKSRC
af337f3e 12 select S3C2443_CLOCK
e4d06e39
BD
13 help
14 Support for the S3C2443 SoC from the S3C24XX line
15
f8271e57
BD
16config S3C2443_DMA
17 bool
18 depends on CPU_S3C2443
19 help
20 Internal config node for S3C2443 DMA support
21
e4d06e39
BD
22menu "S3C2443 Machines"
23
285f4930
BD
24config MACH_SMDK2443
25 bool "SMDK2443"
26 select CPU_S3C2443
27 select MACH_SMDK
5b323c7b 28 select S3C_DEV_HSMMC
285f4930
BD
29 help
30 Say Y here if you are using an SMDK2443
e4d06e39 31
285f4930 32endmenu