blob: 412d2d55b08c86c4521668eb1bc9a32ea893e208 [file] [log] [blame]
Juergen Beiserteea643f2008-07-05 10:02:56 +02001comment "MX2 family CPU support"
2 depends on ARCH_MX2
3
Holger Schurig5512e882009-01-26 16:34:52 +01004choice
5 prompt "MX2 Type"
6 depends on ARCH_MX2
7 default MACH_MX21
8
9config MACH_MX21
10 bool "i.MX21 support"
11 depends on ARCH_MX2
12 help
13 This enables support for Freescale's MX2 based i.MX21 processor.
14
Juergen Beisertf31405c2008-07-05 10:02:59 +020015config MACH_MX27
16 bool "i.MX27 support"
17 depends on ARCH_MX2
18 help
19 This enables support for Freescale's MX2 based i.MX27 processor.
20
Holger Schurig5512e882009-01-26 16:34:52 +010021endchoice
22
Juergen Beiserteea643f2008-07-05 10:02:56 +020023comment "MX2 Platforms"
24 depends on ARCH_MX2
Juergen Beisert80eedae2008-07-05 10:03:00 +020025
26config MACH_MX27ADS
27 bool "MX27ADS platform"
28 depends on MACH_MX27
29 help
30 Include support for MX27ADS platform. This includes specific
31 configurations for the board and its peripherals.
Juergen Beisert7e5e9f52008-07-05 10:03:00 +020032
33config MACH_PCM038
34 bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
35 depends on MACH_MX27
36 help
37 Include support for phyCORE-i.MX27 (aka pcm038) platform. This
38 includes specific configurations for the module and its peripherals.
Juergen Beisertff6552e2008-07-05 10:03:01 +020039
40choice
41 prompt "Baseboard"
42 depends on MACH_PCM038
43 default MACH_PCM970_BASEBOARD
44
45config MACH_PCM970_BASEBOARD
46 prompt "PHYTEC PCM970 development board"
47 bool
48 help
49 This adds board specific devices that can be found on Phytec's
50 PCM970 evaluation board.
51
52endchoice