Kconfig 5.9 KB
Newer Older
H
Holger Schurig 已提交
1 2
if ARCH_MX3

3 4 5 6
# ARCH_MX31 and ARCH_MX35 are left for compatibility
# Some usages assume that having one of them implies not having (e.g.) ARCH_MX2.
# To easily distinguish good and reviewed from unreviewed usages new (and IMHO
# more sensible) names are used: SOC_IMX31 and SOC_IMX35
S
Sascha Hauer 已提交
7 8 9 10 11
config ARCH_MX31
	bool

config ARCH_MX35
	bool
12 13 14 15 16 17 18 19 20

config SOC_IMX31
	bool
	select ARCH_HAS_RNGA
	select ARCH_MXC_AUDMUX_V2
	select ARCH_MX31

config SOC_IMX35
	bool
21
	select ARCH_MXC_IOMUX_V3
22
	select ARCH_MXC_AUDMUX_V2
S
Sascha Hauer 已提交
23
	select HAVE_EPIT
24
	select ARCH_MX35
S
Sascha Hauer 已提交
25

H
Holger Schurig 已提交
26
comment "MX3 platforms:"
27 28 29

config MACH_MX31ADS
	bool "Support MX31ADS platforms"
30
	select SOC_IMX31
31
	select IMX_HAVE_PLATFORM_IMX_I2C
32
	select IMX_HAVE_PLATFORM_IMX_SSI
33
	select IMX_HAVE_PLATFORM_IMX_UART
34 35 36 37 38
	default y
	help
	  Include support for MX31ADS platform. This includes specific
	  configurations for the board and its peripherals.

39 40 41
config MACH_MX31ADS_WM1133_EV1
	bool "Support Wolfson Microelectronics 1133-EV1 module"
	depends on MACH_MX31ADS
42 43
	depends on MFD_WM8350_I2C
	depends on REGULATOR_WM8350
44 45 46 47 48 49
	select MFD_WM8350_CONFIG_MODE_0
	select MFD_WM8352_CONFIG_MODE_0
	help
	  Include support for the Wolfson Microelectronics 1133-EV1 PMU
	  and audio module for the MX31ADS platform.

50
config MACH_PCM037
S
Sascha Hauer 已提交
51
	bool "Support Phytec pcm037 (i.MX31) platforms"
52
	select SOC_IMX31
53
	select IMX_HAVE_PLATFORM_IMX_I2C
54
	select IMX_HAVE_PLATFORM_IMX_UART
55
	select IMX_HAVE_PLATFORM_MXC_NAND
56
	select IMX_HAVE_PLATFORM_MXC_W1
S
Sascha Hauer 已提交
57
	select MXC_ULPI if USB_ULPI
58 59 60 61
	help
	  Include support for Phytec pcm037 platform. This includes
	  specific configurations for the board and its peripherals.

62 63 64
config MACH_PCM037_EET
	bool "Support pcm037 EET board extensions"
	depends on MACH_PCM037
65
	select IMX_HAVE_PLATFORM_SPI_IMX
66 67 68 69 70
	help
	  Add support for PCM037 EET baseboard extensions. If you are using the
	  OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
	  command-line parameter.

71 72
config MACH_MX31LITE
	bool "Support MX31 LITEKIT (LogicPD)"
73
	select SOC_IMX31
74
	select MXC_ULPI if USB_ULPI
75
	select IMX_HAVE_PLATFORM_IMX_UART
76
	select IMX_HAVE_PLATFORM_MXC_NAND
77
	select IMX_HAVE_PLATFORM_SPI_IMX
78 79 80 81
	help
	  Include support for MX31 LITEKIT platform. This includes specific
	  configurations for the board and its peripherals.

82 83
config MACH_MX31_3DS
	bool "Support MX31PDK (3DS)"
84
	select SOC_IMX31
85
	select MXC_DEBUG_BOARD
86
	select IMX_HAVE_PLATFORM_IMX_UART
87
	select IMX_HAVE_PLATFORM_MXC_NAND
88
	select IMX_HAVE_PLATFORM_SPI_IMX
89 90 91 92
	help
	  Include support for MX31PDK (3DS) platform. This includes specific
	  configurations for the board and its peripherals.

93 94 95 96 97 98 99 100 101
config MACH_MX31_3DS_MXC_NAND_USE_BBT
	bool "Make the MXC NAND driver use the in flash Bad Block Table"
	depends on MACH_MX31_3DS
	depends on MTD_NAND_MXC
	help
	  Enable this if you want that the MXC NAND driver uses the in flash
	  Bad Block Table to know what blocks are bad instead of scanning the
	  entire flash looking for bad block markers.

102 103
config MACH_MX31MOBOARD
	bool "Support mx31moboard platforms (EPFL Mobots group)"
104
	select SOC_IMX31
105
	select IMX_HAVE_PLATFORM_IMX_I2C
106
	select IMX_HAVE_PLATFORM_IMX_UART
107
	select IMX_HAVE_PLATFORM_SPI_IMX
108
	select MXC_ULPI if USB_ULPI
109 110 111 112
	help
	  Include support for mx31moboard platform. This includes specific
	  configurations for the board and its peripherals.

113 114
config MACH_MX31LILLY
	bool "Support MX31 LILLY-1131 platforms (INCO startec)"
115
	select SOC_IMX31
116
	select IMX_HAVE_PLATFORM_IMX_UART
117
	select IMX_HAVE_PLATFORM_SPI_IMX
118
	select MXC_ULPI if USB_ULPI
119 120 121 122
	help
	  Include support for mx31 based LILLY1131 modules. This includes
	  specific configurations for the board and its peripherals.

123 124
config MACH_QONG
	bool "Support Dave/DENX QongEVB-LITE platform"
125
	select SOC_IMX31
126
	select IMX_HAVE_PLATFORM_IMX_UART
127 128 129 130
	help
	  Include support for Dave/DENX QongEVB-LITE platform. This includes
	  specific configurations for the board and its peripherals.

131 132
config MACH_PCM043
	bool "Support Phytec pcm043 (i.MX35) platforms"
133
	select SOC_IMX35
134
	select IMX_HAVE_PLATFORM_IMX_I2C
135
	select IMX_HAVE_PLATFORM_IMX_SSI
136
	select IMX_HAVE_PLATFORM_IMX_UART
137
	select IMX_HAVE_PLATFORM_MXC_NAND
138
	select IMX_HAVE_PLATFORM_FLEXCAN
139
	select IMX_HAVE_PLATFORM_ESDHC
S
Sascha Hauer 已提交
140
	select MXC_ULPI if USB_ULPI
141 142 143 144
	help
	  Include support for Phytec pcm043 platform. This includes
	  specific configurations for the board and its peripherals.

145 146
config MACH_ARMADILLO5X0
	bool "Support Atmark Armadillo-500 Development Base Board"
147
	select SOC_IMX31
148
	select IMX_HAVE_PLATFORM_IMX_I2C
149
	select IMX_HAVE_PLATFORM_IMX_UART
150
	select IMX_HAVE_PLATFORM_MXC_NAND
151
	select MXC_ULPI if USB_ULPI
152 153 154 155
	help
	  Include support for Atmark Armadillo-500 platform. This includes
	  specific configurations for the board and its peripherals.

156 157
config MACH_MX35_3DS
	bool "Support MX35PDK platform"
158
	select SOC_IMX35
X
Xiao Jiang 已提交
159
	select MXC_DEBUG_BOARD
160
	select IMX_HAVE_PLATFORM_IMX_UART
161
	select IMX_HAVE_PLATFORM_MXC_NAND
S
Shawn Guo 已提交
162
	select IMX_HAVE_PLATFORM_ESDHC
163 164 165 166
	default n
	help
	  Include support for MX35PDK platform. This includes specific
	  configurations for the board and its peripherals.
Y
Yoichi Yuasa 已提交
167 168 169

config MACH_KZM_ARM11_01
	bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
170
	select SOC_IMX31
171
	select IMX_HAVE_PLATFORM_IMX_UART
Y
Yoichi Yuasa 已提交
172 173 174 175
	help
	  Include support for KZM-ARM11-01. This includes specific
	  configurations for the board and its peripherals.

176 177
config MACH_EUKREA_CPUIMX35
	bool "Support Eukrea CPUIMX35 Platform"
178
	select SOC_IMX35
179 180 181
	select IMX_HAVE_PLATFORM_IMX_UART
	select IMX_HAVE_PLATFORM_IMX_I2C
	select IMX_HAVE_PLATFORM_MXC_NAND
182 183
	select IMX_HAVE_PLATFORM_FLEXCAN
	select IMX_HAVE_PLATFORM_ESDHC
184 185 186 187 188 189 190 191
	select MXC_ULPI if USB_ULPI
	help
	  Include support for Eukrea CPUIMX35 platform. This includes
	  specific configurations for the board and its peripherals.

choice
	prompt "Baseboard"
	depends on MACH_EUKREA_CPUIMX35
E
Eric Bénard 已提交
192
	default MACH_EUKREA_MBIMXSD35_BASEBOARD
193

E
Eric Bénard 已提交
194
config MACH_EUKREA_MBIMXSD35_BASEBOARD
195 196
	bool "Eukrea MBIMXSD development board"
	select IMX_HAVE_PLATFORM_IMX_SSI
197 198 199 200 201 202
	help
	  This adds board specific devices that can be found on Eukrea's
	  MBIMXSD evaluation board.

endchoice

H
Holger Schurig 已提交
203
endif