Kconfig (e0a1961df8ad898b661cf0adcf3519254f135a44) Kconfig (ad851bffba6afd6468f96a6180cc4a14e9ebee38)
1config IMX_HAVE_DMA_V1
2 bool
3
4if ARCH_MX1
5
6config SOC_IMX1
7 select CPU_ARM920T
8 select IMX_HAVE_DMA_V1

--- 57 unchanged lines hidden (view full) ---

66endif
67
68if MACH_MX21
69
70comment "MX21 platforms:"
71
72config MACH_MX21ADS
73 bool "MX21ADS platform"
1config IMX_HAVE_DMA_V1
2 bool
3
4if ARCH_MX1
5
6config SOC_IMX1
7 select CPU_ARM920T
8 select IMX_HAVE_DMA_V1

--- 57 unchanged lines hidden (view full) ---

66endif
67
68if MACH_MX21
69
70comment "MX21 platforms:"
71
72config MACH_MX21ADS
73 bool "MX21ADS platform"
74 select IMX_HAVE_PLATFORM_IMX_FB
74 select IMX_HAVE_PLATFORM_IMX_UART
75 select IMX_HAVE_PLATFORM_MXC_NAND
76 help
77 Include support for MX21ADS platform. This includes specific
78 configurations for the board and its peripherals.
79
80endif
81
82if MACH_MX27
83
84comment "MX27 platforms:"
85
86config MACH_MX27ADS
87 bool "MX27ADS platform"
75 select IMX_HAVE_PLATFORM_IMX_UART
76 select IMX_HAVE_PLATFORM_MXC_NAND
77 help
78 Include support for MX21ADS platform. This includes specific
79 configurations for the board and its peripherals.
80
81endif
82
83if MACH_MX27
84
85comment "MX27 platforms:"
86
87config MACH_MX27ADS
88 bool "MX27ADS platform"
89 select IMX_HAVE_PLATFORM_IMX_FB
88 select IMX_HAVE_PLATFORM_IMX_I2C
89 select IMX_HAVE_PLATFORM_IMX_UART
90 select IMX_HAVE_PLATFORM_MXC_NAND
91 select IMX_HAVE_PLATFORM_MXC_W1
92 help
93 Include support for MX27ADS platform. This includes specific
94 configurations for the board and its peripherals.
95

--- 11 unchanged lines hidden (view full) ---

107 includes specific configurations for the module and its peripherals.
108
109choice
110 prompt "Baseboard"
111 depends on MACH_PCM038
112 default MACH_PCM970_BASEBOARD
113
114config MACH_PCM970_BASEBOARD
90 select IMX_HAVE_PLATFORM_IMX_I2C
91 select IMX_HAVE_PLATFORM_IMX_UART
92 select IMX_HAVE_PLATFORM_MXC_NAND
93 select IMX_HAVE_PLATFORM_MXC_W1
94 help
95 Include support for MX27ADS platform. This includes specific
96 configurations for the board and its peripherals.
97

--- 11 unchanged lines hidden (view full) ---

109 includes specific configurations for the module and its peripherals.
110
111choice
112 prompt "Baseboard"
113 depends on MACH_PCM038
114 default MACH_PCM970_BASEBOARD
115
116config MACH_PCM970_BASEBOARD
115 prompt "PHYTEC PCM970 development board"
116 bool
117 bool "PHYTEC PCM970 development board"
118 select IMX_HAVE_PLATFORM_IMX_FB
117 help
118 This adds board specific devices that can be found on Phytec's
119 PCM970 evaluation board.
120
121endchoice
122
123config MACH_CPUIMX27
124 bool "Eukrea CPUIMX27 module"

--- 23 unchanged lines hidden (view full) ---

148
149choice
150 prompt "Baseboard"
151 depends on MACH_CPUIMX27
152 default MACH_EUKREA_MBIMX27_BASEBOARD
153
154config MACH_EUKREA_MBIMX27_BASEBOARD
155 bool "Eukrea MBIMX27 development board"
119 help
120 This adds board specific devices that can be found on Phytec's
121 PCM970 evaluation board.
122
123endchoice
124
125config MACH_CPUIMX27
126 bool "Eukrea CPUIMX27 module"

--- 23 unchanged lines hidden (view full) ---

150
151choice
152 prompt "Baseboard"
153 depends on MACH_CPUIMX27
154 default MACH_EUKREA_MBIMX27_BASEBOARD
155
156config MACH_EUKREA_MBIMX27_BASEBOARD
157 bool "Eukrea MBIMX27 development board"
158 select IMX_HAVE_PLATFORM_IMX_FB
156 select IMX_HAVE_PLATFORM_IMX_SSI
157 select IMX_HAVE_PLATFORM_IMX_UART
158 select IMX_HAVE_PLATFORM_SPI_IMX
159 help
160 This adds board specific devices that can be found on Eukrea's
161 MBIMX27 evaluation board.
162
163endchoice

--- 19 unchanged lines hidden (view full) ---

183 select IMX_HAVE_PLATFORM_IMX_UART
184 help
185 Include support for MX27 LITEKIT platform. This includes specific
186 configurations for the board and its peripherals.
187
188config MACH_PCA100
189 bool "Phytec phyCARD-s (pca100)"
190 select IMX_HAVE_PLATFORM_IMX2_WDT
159 select IMX_HAVE_PLATFORM_IMX_SSI
160 select IMX_HAVE_PLATFORM_IMX_UART
161 select IMX_HAVE_PLATFORM_SPI_IMX
162 help
163 This adds board specific devices that can be found on Eukrea's
164 MBIMX27 evaluation board.
165
166endchoice

--- 19 unchanged lines hidden (view full) ---

186 select IMX_HAVE_PLATFORM_IMX_UART
187 help
188 Include support for MX27 LITEKIT platform. This includes specific
189 configurations for the board and its peripherals.
190
191config MACH_PCA100
192 bool "Phytec phyCARD-s (pca100)"
193 select IMX_HAVE_PLATFORM_IMX2_WDT
194 select IMX_HAVE_PLATFORM_IMX_FB
191 select IMX_HAVE_PLATFORM_IMX_I2C
192 select IMX_HAVE_PLATFORM_IMX_SSI
193 select IMX_HAVE_PLATFORM_IMX_UART
194 select IMX_HAVE_PLATFORM_MXC_NAND
195 select IMX_HAVE_PLATFORM_MXC_W1
196 select IMX_HAVE_PLATFORM_SPI_IMX
197 select MXC_ULPI if USB_ULPI
198 help
199 Include support for phyCARD-s (aka pca100) platform. This
200 includes specific configurations for the module and its peripherals.
201
202config MACH_MXT_TD60
203 bool "Maxtrack i-MXT TD60"
195 select IMX_HAVE_PLATFORM_IMX_I2C
196 select IMX_HAVE_PLATFORM_IMX_SSI
197 select IMX_HAVE_PLATFORM_IMX_UART
198 select IMX_HAVE_PLATFORM_MXC_NAND
199 select IMX_HAVE_PLATFORM_MXC_W1
200 select IMX_HAVE_PLATFORM_SPI_IMX
201 select MXC_ULPI if USB_ULPI
202 help
203 Include support for phyCARD-s (aka pca100) platform. This
204 includes specific configurations for the module and its peripherals.
205
206config MACH_MXT_TD60
207 bool "Maxtrack i-MXT TD60"
208 select IMX_HAVE_PLATFORM_IMX_FB
204 select IMX_HAVE_PLATFORM_IMX_I2C
205 select IMX_HAVE_PLATFORM_IMX_UART
206 select IMX_HAVE_PLATFORM_MXC_NAND
207 help
208 Include support for i-MXT (aka td60) platform. This
209 includes specific configurations for the module and its peripherals.
210
211endif
209 select IMX_HAVE_PLATFORM_IMX_I2C
210 select IMX_HAVE_PLATFORM_IMX_UART
211 select IMX_HAVE_PLATFORM_MXC_NAND
212 help
213 Include support for i-MXT (aka td60) platform. This
214 includes specific configurations for the module and its peripherals.
215
216endif