Kconfig 5.0 KB
Newer Older
1 2 3
config IMX_HAVE_DMA_V1
	bool

4 5
if ARCH_MX1

6 7
config SOC_IMX1
	select CPU_ARM920T
8
	select IMX_HAVE_DMA_V1
9 10 11
	select IMX_HAVE_IOMUX_V1
	bool

12 13 14 15 16 17 18
comment "MX1 platforms:"
config MACH_MXLADS
	bool

config ARCH_MX1ADS
	bool "MX1ADS platform"
	select MACH_MXLADS
19
	select IMX_HAVE_PLATFORM_IMX_I2C
20
	select IMX_HAVE_PLATFORM_IMX_UART
21 22 23 24 25
	help
	  Say Y here if you are using Motorola MX1ADS/MXLADS boards

config MACH_SCB9328
	bool "Synertronixx scb9328"
26
	select IMX_HAVE_PLATFORM_IMX_UART
27 28 29 30 31
	help
	  Say Y here if you are using a Synertronixx scb9328 board

endif

H
Holger Schurig 已提交
32
if ARCH_MX2
33

34 35 36
config SOC_IMX21
	select CPU_ARM926T
	select ARCH_MXC_AUDMUX_V1
37
	select IMX_HAVE_DMA_V1
38 39 40 41 42 43
	select IMX_HAVE_IOMUX_V1
	bool

config SOC_IMX27
	select CPU_ARM926T
	select ARCH_MXC_AUDMUX_V1
44
	select IMX_HAVE_DMA_V1
45 46 47
	select IMX_HAVE_IOMUX_V1
	bool

48
choice
H
Holger Schurig 已提交
49
	prompt "CPUs:"
50 51 52 53
	default MACH_MX21

config MACH_MX21
	bool "i.MX21 support"
54
	select SOC_IMX21
55 56 57
	help
	  This enables support for Freescale's MX2 based i.MX21 processor.

58 59
config MACH_MX27
	bool "i.MX27 support"
60
	select SOC_IMX27
61 62 63
	help
	  This enables support for Freescale's MX2 based i.MX27 processor.

64 65
endchoice

66 67 68 69 70
endif

if MACH_MX21

comment "MX21 platforms:"
71

I
Ivo Clarysse 已提交
72 73
config MACH_MX21ADS
	bool "MX21ADS platform"
74
	select IMX_HAVE_PLATFORM_IMX_UART
75
	select IMX_HAVE_PLATFORM_MXC_NAND
I
Ivo Clarysse 已提交
76 77 78 79
	help
	  Include support for MX21ADS platform. This includes specific
	  configurations for the board and its peripherals.

80 81 82 83 84 85
endif

if MACH_MX27

comment "MX27 platforms:"

86 87
config MACH_MX27ADS
	bool "MX27ADS platform"
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 93 94
	help
	  Include support for MX27ADS platform. This includes specific
	  configurations for the board and its peripherals.
95 96 97

config MACH_PCM038
	bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
98
	select IMX_HAVE_PLATFORM_IMX2_WDT
99
	select IMX_HAVE_PLATFORM_IMX_I2C
100
	select IMX_HAVE_PLATFORM_IMX_UART
101
	select IMX_HAVE_PLATFORM_MXC_NAND
102
	select IMX_HAVE_PLATFORM_MXC_W1
103
	select IMX_HAVE_PLATFORM_SPI_IMX
S
Sascha Hauer 已提交
104
	select MXC_ULPI if USB_ULPI
105 106 107
	help
	  Include support for phyCORE-i.MX27 (aka pcm038) platform. This
	  includes specific configurations for the module and its peripherals.
108 109 110 111 112 113 114 115 116 117 118 119 120 121

choice
	prompt "Baseboard"
	depends on MACH_PCM038
	default MACH_PCM970_BASEBOARD

config MACH_PCM970_BASEBOARD
	prompt "PHYTEC PCM970 development board"
	bool
	help
	  This adds board specific devices that can be found on Phytec's
	  PCM970 evaluation board.

endchoice
H
Holger Schurig 已提交
122

123
config MACH_CPUIMX27
E
Eric Benard 已提交
124
	bool "Eukrea CPUIMX27 module"
125
	select IMX_HAVE_PLATFORM_IMX2_WDT
126
	select IMX_HAVE_PLATFORM_IMX_I2C
127
	select IMX_HAVE_PLATFORM_IMX_UART
128
	select IMX_HAVE_PLATFORM_MXC_NAND
129
	select IMX_HAVE_PLATFORM_MXC_W1
130
	select MXC_ULPI if USB_ULPI
E
Eric Benard 已提交
131 132 133 134 135 136
	help
	  Include support for Eukrea CPUIMX27 platform. This includes
	  specific configurations for the module and its peripherals.

config MACH_EUKREA_CPUIMX27_USESDHC2
	bool "CPUIMX27 integrates SDHC2 module"
137
	depends on MACH_CPUIMX27
E
Eric Benard 已提交
138
	help
139
	  This adds support for the internal SDHC2 used on CPUIMX27
E
Eric Benard 已提交
140 141
	  for wifi or eMMC.

142 143 144 145 146 147 148
config MACH_EUKREA_CPUIMX27_USEUART4
	bool "CPUIMX27 integrates UART4 module"
	depends on MACH_CPUIMX27
	help
	  This adds support for the internal UART4 used on CPUIMX27
	  for bluetooth.

E
Eric Benard 已提交
149 150
choice
	prompt "Baseboard"
151
	depends on MACH_CPUIMX27
E
Eric Benard 已提交
152 153 154
	default MACH_EUKREA_MBIMX27_BASEBOARD

config MACH_EUKREA_MBIMX27_BASEBOARD
155 156
	bool "Eukrea MBIMX27 development board"
	select IMX_HAVE_PLATFORM_IMX_SSI
157
	select IMX_HAVE_PLATFORM_IMX_UART
158
	select IMX_HAVE_PLATFORM_SPI_IMX
E
Eric Benard 已提交
159 160 161 162 163 164
	help
	  This adds board specific devices that can be found on Eukrea's
	  MBIMX27 evaluation board.

endchoice

165 166
config MACH_MX27_3DS
	bool "MX27PDK platform"
167
	select IMX_HAVE_PLATFORM_IMX_UART
168 169 170
	help
	  Include support for MX27PDK platform. This includes specific
	  configurations for the board and its peripherals.
171

172 173 174 175 176 177 178 179 180
config MACH_IMX27_VISSTRIM_M10
	bool "Vista Silicon i.MX27 Visstrim_m10"
	select IMX_HAVE_PLATFORM_IMX_I2C
	select IMX_HAVE_PLATFORM_IMX_UART
	help
	  Include support for Visstrim_m10 platform and its different variants.
	  This includes specific configurations for the board and its
	  peripherals.

181
config MACH_IMX27LITE
182
	bool "LogicPD MX27 LITEKIT platform"
183
	select IMX_HAVE_PLATFORM_IMX_UART
184 185 186 187
	help
	  Include support for MX27 LITEKIT platform. This includes specific
	  configurations for the board and its peripherals.

188 189
config MACH_PCA100
	bool "Phytec phyCARD-s (pca100)"
190
	select IMX_HAVE_PLATFORM_IMX2_WDT
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
S
Sascha Hauer 已提交
197
	select MXC_ULPI if USB_ULPI
198 199 200 201
	help
	  Include support for phyCARD-s (aka pca100) platform. This
	  includes specific configurations for the module and its peripherals.

202 203
config MACH_MXT_TD60
	bool "Maxtrack i-MXT TD60"
204
	select IMX_HAVE_PLATFORM_IMX_I2C
205
	select IMX_HAVE_PLATFORM_IMX_UART
206
	select IMX_HAVE_PLATFORM_MXC_NAND
207 208 209 210
	help
	  Include support for i-MXT (aka td60) platform. This
	  includes specific configurations for the module and its peripherals.

H
Holger Schurig 已提交
211
endif