blob: 722bdea3c1932e30621ef834fc74aa400f0a7be6 [file] [log] [blame]
Ben Dookse4d06e32007-02-16 12:12:31 +01001# arch/arm/mach-s3c2443/Kconfig
2#
3# Copyright 2007 Simtec Electronics
4#
5# Licensed under GPLv2
6
7config CPU_S3C2443
8 bool
9 depends on ARCH_S3C2410
10 select S3C2443_PM if PM
11 select S3C2443_DMA if S3C2410_DMA
12 help
13 Support for the S3C2443 SoC from the S3C24XX line
14
15menu "S3C2443 Machines"
16
Ben Dooks285f4932007-02-15 16:48:58 +010017config MACH_SMDK2443
18 bool "SMDK2443"
19 select CPU_S3C2443
20 select MACH_SMDK
21 help
22 Say Y here if you are using an SMDK2443
Ben Dookse4d06e32007-02-16 12:12:31 +010023
Ben Dooks285f4932007-02-15 16:48:58 +010024endmenu