Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[sfrench/cifs-2.6.git] / arch / arm / mach-mx2 / Kconfig
1 if ARCH_MX2
2
3 choice
4         prompt "CPUs:"
5         default MACH_MX21
6
7 config MACH_MX21
8         bool "i.MX21 support"
9         select ARCH_MXC_AUDMUX_V1
10         help
11           This enables support for Freescale's MX2 based i.MX21 processor.
12
13 config MACH_MX27
14         bool "i.MX27 support"
15         select ARCH_MXC_AUDMUX_V1
16         help
17           This enables support for Freescale's MX2 based i.MX27 processor.
18
19 endchoice
20
21 comment "MX2 platforms:"
22
23 config 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
30 config 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.
36
37 config 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.
43
44 choice
45         prompt "Baseboard"
46         depends on MACH_PCM038
47         default MACH_PCM970_BASEBOARD
48
49 config 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
56 endchoice
57
58 config 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
65 config 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
72 choice
73         prompt "Baseboard"
74         depends on MACH_EUKREA_CPUIMX27
75         default MACH_EUKREA_MBIMX27_BASEBOARD
76
77 config 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
84 endchoice
85
86 config 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.
92
93 config 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
100 config 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
107 config MACH_MXT_TD60
108         bool "Maxtrack i-MXT TD60"
109         depends on MACH_MX27
110         help
111           Include support for i-MXT (aka td60) platform. This
112           includes specific configurations for the module and its peripherals.
113
114 endif