blob: 8e8fe48ea47f24f9deb1419f5a0ed7c48693a5a3 [file] [log] [blame]
Ben Dooksa21765a2007-02-11 18:31:01 +01001# arch/arm/mach-s3c2412/Kconfig
2#
3# Copyright 2007 Simtec Electronics
4#
5# Licensed under GPLv2
6
7config CPU_S3C2412
8 bool
9 depends on ARCH_S3C2410
Ben Dooksb2627582007-07-22 16:09:44 +010010 select CPU_LLSERIAL_S3C2440
Ben Dooksa21765a2007-02-11 18:31:01 +010011 select S3C2412_PM if PM
12 select S3C2412_DMA if S3C2410_DMA
13 help
14 Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
15
16config CPU_S3C2412_ONLY
17 bool
18 depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \
Ben Dooks64f33be2007-02-17 14:04:33 +010019 !CPU_S3C2440 && !CPU_S3C2442 && !CPU_S3C2443 && CPU_S3C2412
Ben Dooksa21765a2007-02-11 18:31:01 +010020 default y if CPU_S3C2412
21
22config S3C2412_DMA
23 bool
24 depends on CPU_S3C2412
25 help
26 Internal config node for S3C2412 DMA support
27
28config S3C2412_PM
29 bool
30 help
31 Internal config node to apply S3C2412 power management
32
33
34menu "S3C2412 Machines"
35
36config MACH_SMDK2413
37 bool "SMDK2413"
38 select CPU_S3C2412
39 select MACH_S3C2413
40 select MACH_SMDK
41 help
42 Say Y here if you are using an SMDK2413
43
44config MACH_S3C2413
45 bool
46 help
47 Internal node for S3C2413 version of SMDK2413, so that
48 machine_is_s3c2413() will work when MACH_SMDK2413 is
49 selected
50
Ben Dooks6f621882007-04-11 12:42:09 +010051config MACH_SMDK2412
52 bool "SMDK2412"
53 select MACH_SMDK2413
54 help
55 Say Y here if you are using an SMDK2412
56
57 Note, this shares support with SMDK2413, so will automatically
58 select MACH_SMDK2413.
59
Ben Dooksa21765a2007-02-11 18:31:01 +010060config MACH_VSTMS
61 bool "VMSTMS"
62 select CPU_S3C2412
63 help
64 Say Y here if you are using an VSTMS board
65
66
67endmenu
68