arm/imx21: add kbuild support for the Freescale i.MX21
[safe/jmp/linux-2.6] / arch / arm / mach-mx2 / Kconfig
1 comment "MX2 family CPU support"
2         depends on ARCH_MX2
3
4 choice
5         prompt "MX2 Type"
6         depends on ARCH_MX2
7         default MACH_MX21
8
9 config 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
15 config 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
21 endchoice
22
23 comment "MX2 Platforms"
24         depends on ARCH_MX2
25
26 config 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.
32
33 config 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.
39
40 choice
41         prompt "Baseboard"
42         depends on MACH_PCM038
43         default MACH_PCM970_BASEBOARD
44
45 config 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
52 endchoice