Add support for Eukrea's CPUIMX27
[deliverable/linux.git] / arch / arm / mach-mx2 / Kconfig
CommitLineData
6bbdbf2f 1if ARCH_MX2
eea643f7 2
5512e88f 3choice
6bbdbf2f 4 prompt "CPUs:"
5512e88f
HS
5 default MACH_MX21
6
7config MACH_MX21
8 bool "i.MX21 support"
5512e88f
HS
9 help
10 This enables support for Freescale's MX2 based i.MX21 processor.
11
f31405cc
JB
12config MACH_MX27
13 bool "i.MX27 support"
f31405cc
JB
14 help
15 This enables support for Freescale's MX2 based i.MX27 processor.
16
5512e88f
HS
17endchoice
18
6bbdbf2f 19comment "MX2 platforms:"
80eedae6 20
6b91edde
IC
21config MACH_MX21ADS
22 bool "MX21ADS platform"
23 depends on MACH_MX21
24 help
25 Include support for MX21ADS platform. This includes specific
26 configurations for the board and its peripherals.
27
80eedae6
JB
28config MACH_MX27ADS
29 bool "MX27ADS platform"
30 depends on MACH_MX27
31 help
32 Include support for MX27ADS platform. This includes specific
33 configurations for the board and its peripherals.
7e5e9f54
JB
34
35config MACH_PCM038
36 bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
37 depends on MACH_MX27
38 help
39 Include support for phyCORE-i.MX27 (aka pcm038) platform. This
40 includes specific configurations for the module and its peripherals.
ff6552e4
JB
41
42choice
43 prompt "Baseboard"
44 depends on MACH_PCM038
45 default MACH_PCM970_BASEBOARD
46
47config MACH_PCM970_BASEBOARD
48 prompt "PHYTEC PCM970 development board"
49 bool
50 help
51 This adds board specific devices that can be found on Phytec's
52 PCM970 evaluation board.
53
54endchoice
6bbdbf2f 55
af5b1df7
EB
56config MACH_EUKREA_CPUIMX27
57 bool "Eukrea CPUIMX27 module"
58 depends on MACH_MX27
59 help
60 Include support for Eukrea CPUIMX27 platform. This includes
61 specific configurations for the module and its peripherals.
62
63config MACH_EUKREA_CPUIMX27_USESDHC2
64 bool "CPUIMX27 integrates SDHC2 module"
65 depends on MACH_EUKREA_CPUIMX27
66 help
67 This adds support for the internal SDHC2 used on CPUIMX27 used
68 for wifi or eMMC.
69
ec9be0de
FE
70config MACH_MX27_3DS
71 bool "MX27PDK platform"
72 depends on MACH_MX27
73 help
74 Include support for MX27PDK platform. This includes specific
75 configurations for the board and its peripherals.
8c032ec3
DS
76
77config MACH_MX27LITE
78 bool "LogicPD MX27 LITEKIT platform"
79 depends on MACH_MX27
80 help
81 Include support for MX27 LITEKIT platform. This includes specific
82 configurations for the board and its peripherals.
83
6bbdbf2f 84endif
This page took 0.180016 seconds and 5 git commands to generate.