5af1c22112a703a4818d1dd30ac289bf9d0cee1f
[deliverable/linux.git] / arch / arm / mach-imx / Kconfig
1 config IMX_HAVE_DMA_V1
2 bool
3
4 if ARCH_MX1
5
6 config SOC_IMX1
7 select CPU_ARM920T
8 select IMX_HAVE_DMA_V1
9 select IMX_HAVE_IOMUX_V1
10 bool
11
12 comment "MX1 platforms:"
13 config MACH_MXLADS
14 bool
15
16 config ARCH_MX1ADS
17 bool "MX1ADS platform"
18 select MACH_MXLADS
19 help
20 Say Y here if you are using Motorola MX1ADS/MXLADS boards
21
22 config MACH_SCB9328
23 bool "Synertronixx scb9328"
24 help
25 Say Y here if you are using a Synertronixx scb9328 board
26
27 endif
28
29 if ARCH_MX2
30
31 config SOC_IMX21
32 select CPU_ARM926T
33 select ARCH_MXC_AUDMUX_V1
34 select IMX_HAVE_DMA_V1
35 select IMX_HAVE_IOMUX_V1
36 bool
37
38 config SOC_IMX27
39 select CPU_ARM926T
40 select ARCH_MXC_AUDMUX_V1
41 select IMX_HAVE_DMA_V1
42 select IMX_HAVE_IOMUX_V1
43 bool
44
45 choice
46 prompt "CPUs:"
47 default MACH_MX21
48
49 config MACH_MX21
50 bool "i.MX21 support"
51 select SOC_IMX21
52 help
53 This enables support for Freescale's MX2 based i.MX21 processor.
54
55 config MACH_MX27
56 bool "i.MX27 support"
57 select SOC_IMX27
58 help
59 This enables support for Freescale's MX2 based i.MX27 processor.
60
61 endchoice
62
63 endif
64
65 if MACH_MX21
66
67 comment "MX21 platforms:"
68
69 config MACH_MX21ADS
70 bool "MX21ADS platform"
71 select IMX_HAVE_PLATFORM_MXC_NAND
72 help
73 Include support for MX21ADS platform. This includes specific
74 configurations for the board and its peripherals.
75
76 endif
77
78 if MACH_MX27
79
80 comment "MX27 platforms:"
81
82 config MACH_MX27ADS
83 bool "MX27ADS platform"
84 select IMX_HAVE_PLATFORM_MXC_NAND
85 help
86 Include support for MX27ADS platform. This includes specific
87 configurations for the board and its peripherals.
88
89 config MACH_PCM038
90 bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
91 select IMX_HAVE_PLATFORM_MXC_NAND
92 select MXC_ULPI if USB_ULPI
93 help
94 Include support for phyCORE-i.MX27 (aka pcm038) platform. This
95 includes specific configurations for the module and its peripherals.
96
97 choice
98 prompt "Baseboard"
99 depends on MACH_PCM038
100 default MACH_PCM970_BASEBOARD
101
102 config MACH_PCM970_BASEBOARD
103 prompt "PHYTEC PCM970 development board"
104 bool
105 help
106 This adds board specific devices that can be found on Phytec's
107 PCM970 evaluation board.
108
109 endchoice
110
111 config MACH_CPUIMX27
112 bool "Eukrea CPUIMX27 module"
113 select IMX_HAVE_PLATFORM_MXC_NAND
114 help
115 Include support for Eukrea CPUIMX27 platform. This includes
116 specific configurations for the module and its peripherals.
117
118 config MACH_EUKREA_CPUIMX27_USESDHC2
119 bool "CPUIMX27 integrates SDHC2 module"
120 depends on MACH_CPUIMX27
121 help
122 This adds support for the internal SDHC2 used on CPUIMX27 used
123 for wifi or eMMC.
124
125 choice
126 prompt "Baseboard"
127 depends on MACH_CPUIMX27
128 default MACH_EUKREA_MBIMX27_BASEBOARD
129
130 config MACH_EUKREA_MBIMX27_BASEBOARD
131 prompt "Eukrea MBIMX27 development board"
132 bool
133 help
134 This adds board specific devices that can be found on Eukrea's
135 MBIMX27 evaluation board.
136
137 endchoice
138
139 config MACH_MX27_3DS
140 bool "MX27PDK platform"
141 help
142 Include support for MX27PDK platform. This includes specific
143 configurations for the board and its peripherals.
144
145 config MACH_IMX27LITE
146 bool "LogicPD MX27 LITEKIT platform"
147 help
148 Include support for MX27 LITEKIT platform. This includes specific
149 configurations for the board and its peripherals.
150
151 config MACH_PCA100
152 bool "Phytec phyCARD-s (pca100)"
153 select IMX_HAVE_PLATFORM_MXC_NAND
154 select MXC_ULPI if USB_ULPI
155 help
156 Include support for phyCARD-s (aka pca100) platform. This
157 includes specific configurations for the module and its peripherals.
158
159 config MACH_MXT_TD60
160 bool "Maxtrack i-MXT TD60"
161 select IMX_HAVE_PLATFORM_MXC_NAND
162 help
163 Include support for i-MXT (aka td60) platform. This
164 includes specific configurations for the module and its peripherals.
165
166 endif
This page took 0.054238 seconds and 4 git commands to generate.