blob: c77da586b71da81e6fe9f4ede2fb7b837c8388a5 [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"
Holger Schurig5512e882009-01-26 16:34:52 +01009 help
10 This enables support for Freescale's MX2 based i.MX21 processor.
11
Juergen Beisertf31405c2008-07-05 10:02:59 +020012config MACH_MX27
13 bool "i.MX27 support"
Juergen Beisertf31405c2008-07-05 10:02:59 +020014 help
15 This enables support for Freescale's MX2 based i.MX27 processor.
16
Holger Schurig5512e882009-01-26 16:34:52 +010017endchoice
18
Holger Schurig6bbdbf22009-01-29 14:42:25 +010019comment "MX2 platforms:"
Juergen Beisert80eedae2008-07-05 10:03:00 +020020
Ivo Clarysse6b91edd2009-04-15 15:39:27 +020021config 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
Juergen Beisert80eedae2008-07-05 10:03:00 +020028config 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.
Juergen Beisert7e5e9f52008-07-05 10:03:00 +020034
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.
Juergen Beisertff6552e2008-07-05 10:03:01 +020041
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
Holger Schurig6bbdbf22009-01-29 14:42:25 +010055
Fabio Estevamec9be0d2009-04-16 12:45:01 -070056config MACH_MX27_3DS
57 bool "MX27PDK platform"
58 depends on MACH_MX27
59 help
60 Include support for MX27PDK platform. This includes specific
61 configurations for the board and its peripherals.
Daniel Schaeffer8c032ec2009-06-03 17:23:54 -040062
63config MACH_MX27LITE
64 bool "LogicPD MX27 LITEKIT platform"
65 depends on MACH_MX27
66 help
67 Include support for MX27 LITEKIT platform. This includes specific
68 configurations for the board and its peripherals.
69
Holger Schurig6bbdbf22009-01-29 14:42:25 +010070endif