blob: 3e14da3698b5ea1dd6958d4184adc738723379d9 [file] [log] [blame]
Holger Schurig6bbdbf22009-01-29 14:42:25 +01001if ARCH_MX2
Juergen Beiserteea643f2008-07-05 10:02:56 +02002
Holger Schurig5512e882009-01-26 16:34:52 +01003choice
Holger Schurig6bbdbf22009-01-29 14:42:25 +01004 prompt "CPUs:"
Holger Schurig5512e882009-01-26 16:34:52 +01005 default MACH_MX21
6
7config MACH_MX21
8 bool "i.MX21 support"
Sascha Hauer9eedbdf2009-10-29 17:12:39 +01009 select ARCH_MXC_AUDMUX_V1
Holger Schurig5512e882009-01-26 16:34:52 +010010 help
11 This enables support for Freescale's MX2 based i.MX21 processor.
12
Juergen Beisertf31405c2008-07-05 10:02:59 +020013config MACH_MX27
14 bool "i.MX27 support"
Sascha Hauer9eedbdf2009-10-29 17:12:39 +010015 select ARCH_MXC_AUDMUX_V1
Juergen Beisertf31405c2008-07-05 10:02:59 +020016 help
17 This enables support for Freescale's MX2 based i.MX27 processor.
18
Holger Schurig5512e882009-01-26 16:34:52 +010019endchoice
20
Holger Schurig6bbdbf22009-01-29 14:42:25 +010021comment "MX2 platforms:"
Juergen Beisert80eedae2008-07-05 10:03:00 +020022
Ivo Clarysse6b91edd2009-04-15 15:39:27 +020023config MACH_MX21ADS
24 bool "MX21ADS platform"
25 depends on MACH_MX21
26 help
27 Include support for MX21ADS platform. This includes specific
28 configurations for the board and its peripherals.
29
Juergen Beisert80eedae2008-07-05 10:03:00 +020030config MACH_MX27ADS
31 bool "MX27ADS platform"
32 depends on MACH_MX27
33 help
34 Include support for MX27ADS platform. This includes specific
35 configurations for the board and its peripherals.
Juergen Beisert7e5e9f52008-07-05 10:03:00 +020036
37config MACH_PCM038
38 bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
39 depends on MACH_MX27
40 help
41 Include support for phyCORE-i.MX27 (aka pcm038) platform. This
42 includes specific configurations for the module and its peripherals.
Juergen Beisertff6552e2008-07-05 10:03:01 +020043
44choice
45 prompt "Baseboard"
46 depends on MACH_PCM038
47 default MACH_PCM970_BASEBOARD
48
49config MACH_PCM970_BASEBOARD
50 prompt "PHYTEC PCM970 development board"
51 bool
52 help
53 This adds board specific devices that can be found on Phytec's
54 PCM970 evaluation board.
55
56endchoice
Holger Schurig6bbdbf22009-01-29 14:42:25 +010057
Eric Benardaf5b1df2009-07-16 16:26:33 +020058config MACH_EUKREA_CPUIMX27
59 bool "Eukrea CPUIMX27 module"
60 depends on MACH_MX27
61 help
62 Include support for Eukrea CPUIMX27 platform. This includes
63 specific configurations for the module and its peripherals.
64
65config MACH_EUKREA_CPUIMX27_USESDHC2
66 bool "CPUIMX27 integrates SDHC2 module"
67 depends on MACH_EUKREA_CPUIMX27
68 help
69 This adds support for the internal SDHC2 used on CPUIMX27 used
70 for wifi or eMMC.
71
Eric Benarda961bf32009-07-16 16:26:34 +020072choice
73 prompt "Baseboard"
74 depends on MACH_EUKREA_CPUIMX27
75 default MACH_EUKREA_MBIMX27_BASEBOARD
76
77config MACH_EUKREA_MBIMX27_BASEBOARD
78 prompt "Eukrea MBIMX27 development board"
79 bool
80 help
81 This adds board specific devices that can be found on Eukrea's
82 MBIMX27 evaluation board.
83
84endchoice
85
Fabio Estevamec9be0d2009-04-16 12:45:01 -070086config MACH_MX27_3DS
87 bool "MX27PDK platform"
88 depends on MACH_MX27
89 help
90 Include support for MX27PDK platform. This includes specific
91 configurations for the board and its peripherals.
Daniel Schaeffer8c032ec2009-06-03 17:23:54 -040092
93config MACH_MX27LITE
94 bool "LogicPD MX27 LITEKIT platform"
95 depends on MACH_MX27
96 help
97 Include support for MX27 LITEKIT platform. This includes specific
98 configurations for the board and its peripherals.
99
Luotao Fu33731692009-08-06 11:19:39 +0200100config MACH_PCA100
101 bool "Phytec phyCARD-s (pca100)"
102 depends on MACH_MX27
103 help
104 Include support for phyCARD-s (aka pca100) platform. This
105 includes specific configurations for the module and its peripherals.
106
Holger Schurig6bbdbf22009-01-29 14:42:25 +0100107endif