blob: 5cee1a5c4bd2ddfee9644742c602579bdd2ace53 [file] [log] [blame]
Holger Schurig6bbdbf22009-01-29 14:42:25 +01001if ARCH_MX3
2
Sascha Hauercb8ebb02009-02-06 15:41:45 +01003config ARCH_MX31
Alan Carvalho de Assis45001e92009-04-02 12:38:41 -03004 select ARCH_HAS_RNGA
Sascha Hauer9eedbdf2009-10-29 17:12:39 +01005 select ARCH_MXC_AUDMUX_V2
Sascha Hauercb8ebb02009-02-06 15:41:45 +01006 bool
7
8config ARCH_MX35
9 bool
Sascha Hauerbca6ef12009-04-01 11:11:48 +020010 select ARCH_MXC_IOMUX_V3
Sascha Hauer9eedbdf2009-10-29 17:12:39 +010011 select ARCH_MXC_AUDMUX_V2
Sascha Hauerbd451402010-08-19 14:08:05 +020012 select HAVE_EPIT
Sascha Hauercb8ebb02009-02-06 15:41:45 +010013
Holger Schurig6bbdbf22009-01-29 14:42:25 +010014comment "MX3 platforms:"
Quinn Jensen52c543f2007-07-09 22:06:53 +010015
16config MACH_MX31ADS
17 bool "Support MX31ADS platforms"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010018 select ARCH_MX31
Uwe Kleine-König4a9b8b02010-06-16 18:03:05 +020019 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +020020 select IMX_HAVE_PLATFORM_IMX_UART
Quinn Jensen52c543f2007-07-09 22:06:53 +010021 default y
22 help
23 Include support for MX31ADS platform. This includes specific
24 configurations for the board and its peripherals.
25
Mark Brownfe7316b2009-01-15 16:14:30 +000026config MACH_MX31ADS_WM1133_EV1
27 bool "Support Wolfson Microelectronics 1133-EV1 module"
28 depends on MACH_MX31ADS
Mark Brown132d3f92009-04-14 11:25:18 +010029 depends on MFD_WM8350_I2C
30 depends on REGULATOR_WM8350
Mark Brownfe7316b2009-01-15 16:14:30 +000031 select MFD_WM8350_CONFIG_MODE_0
32 select MFD_WM8352_CONFIG_MODE_0
33 help
34 Include support for the Wolfson Microelectronics 1133-EV1 PMU
35 and audio module for the MX31ADS platform.
36
Sascha Hauerce8ffef2008-07-05 10:02:52 +020037config MACH_PCM037
Sascha Hauercb8ebb02009-02-06 15:41:45 +010038 bool "Support Phytec pcm037 (i.MX31) platforms"
39 select ARCH_MX31
Uwe Kleine-König4a9b8b02010-06-16 18:03:05 +020040 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +020041 select IMX_HAVE_PLATFORM_IMX_UART
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +020042 select IMX_HAVE_PLATFORM_MXC_NAND
Sascha Haueree143732010-02-04 09:32:44 +010043 select MXC_ULPI if USB_ULPI
Sascha Hauerce8ffef2008-07-05 10:02:52 +020044 help
45 Include support for Phytec pcm037 platform. This includes
46 specific configurations for the board and its peripherals.
47
Guennadi Liakhovetski574ec542009-06-23 13:26:23 +020048config MACH_PCM037_EET
49 bool "Support pcm037 EET board extensions"
50 depends on MACH_PCM037
Uwe Kleine-Königa4dc0132010-06-22 10:14:15 +020051 select IMX_HAVE_PLATFORM_SPI_IMX
Guennadi Liakhovetski574ec542009-06-23 13:26:23 +020052 help
53 Add support for PCM037 EET baseboard extensions. If you are using the
54 OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
55 command-line parameter.
56
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020057config MACH_MX31LITE
58 bool "Support MX31 LITEKIT (LogicPD)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010059 select ARCH_MX31
Uwe Kleine-Königf9ffaa92009-12-22 17:31:05 +010060 select MXC_ULPI if USB_ULPI
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +020061 select IMX_HAVE_PLATFORM_IMX_UART
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +020062 select IMX_HAVE_PLATFORM_MXC_NAND
Uwe Kleine-König06606ff2010-06-22 10:09:14 +020063 select IMX_HAVE_PLATFORM_SPI_IMX
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020064 help
65 Include support for MX31 LITEKIT platform. This includes specific
66 configurations for the board and its peripherals.
67
Fabio Estevam1553a1e2008-11-12 15:38:39 +010068config MACH_MX31_3DS
69 bool "Support MX31PDK (3DS)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010070 select ARCH_MX31
Jason Wangc5d38f02010-06-24 21:11:29 +080071 select MXC_DEBUG_BOARD
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +020072 select IMX_HAVE_PLATFORM_IMX_UART
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +020073 select IMX_HAVE_PLATFORM_MXC_NAND
Uwe Kleine-König06606ff2010-06-22 10:09:14 +020074 select IMX_HAVE_PLATFORM_SPI_IMX
Fabio Estevam1553a1e2008-11-12 15:38:39 +010075 help
76 Include support for MX31PDK (3DS) platform. This includes specific
77 configurations for the board and its peripherals.
78
Alberto Panizzoa1b67b92010-03-23 19:49:35 +010079config MACH_MX31_3DS_MXC_NAND_USE_BBT
80 bool "Make the MXC NAND driver use the in flash Bad Block Table"
81 depends on MACH_MX31_3DS
82 depends on MTD_NAND_MXC
83 help
84 Enable this if you want that the MXC NAND driver uses the in flash
85 Bad Block Table to know what blocks are bad instead of scanning the
86 entire flash looking for bad block markers.
87
Valentin Longchamp988d2d42008-11-23 17:35:08 +010088config MACH_MX31MOBOARD
89 bool "Support mx31moboard platforms (EPFL Mobots group)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010090 select ARCH_MX31
Uwe Kleine-König4a9b8b02010-06-16 18:03:05 +020091 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +020092 select IMX_HAVE_PLATFORM_IMX_UART
Uwe Kleine-König06606ff2010-06-22 10:09:14 +020093 select IMX_HAVE_PLATFORM_SPI_IMX
Uwe Kleine-Königf9ffaa92009-12-22 17:31:05 +010094 select MXC_ULPI if USB_ULPI
Valentin Longchamp988d2d42008-11-23 17:35:08 +010095 help
96 Include support for mx31moboard platform. This includes specific
97 configurations for the board and its peripherals.
98
Daniel Mack65b1aa12009-05-20 19:54:33 +020099config MACH_MX31LILLY
100 bool "Support MX31 LILLY-1131 platforms (INCO startec)"
101 select ARCH_MX31
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +0200102 select IMX_HAVE_PLATFORM_IMX_UART
Uwe Kleine-König06606ff2010-06-22 10:09:14 +0200103 select IMX_HAVE_PLATFORM_SPI_IMX
Daniel Mack066fb842010-04-13 20:11:37 +0200104 select MXC_ULPI if USB_ULPI
Daniel Mack65b1aa12009-05-20 19:54:33 +0200105 help
106 Include support for mx31 based LILLY1131 modules. This includes
107 specific configurations for the board and its peripherals.
108
Ilya Yanok148854c2009-03-11 03:22:00 +0300109config MACH_QONG
110 bool "Support Dave/DENX QongEVB-LITE platform"
111 select ARCH_MX31
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +0200112 select IMX_HAVE_PLATFORM_IMX_UART
Ilya Yanok148854c2009-03-11 03:22:00 +0300113 help
114 Include support for Dave/DENX QongEVB-LITE platform. This includes
115 specific configurations for the board and its peripherals.
116
Sascha Hauer54df5262009-02-06 15:42:26 +0100117config MACH_PCM043
118 bool "Support Phytec pcm043 (i.MX35) platforms"
119 select ARCH_MX35
Uwe Kleine-König7cdc8fa2010-06-16 19:25:34 +0200120 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König6eafde52010-06-23 11:49:34 +0200121 select IMX_HAVE_PLATFORM_IMX_UART
Uwe Kleine-Könige2611ba2010-06-16 12:26:53 +0200122 select IMX_HAVE_PLATFORM_MXC_NAND
Marc Kleine-Buddeda92e422010-04-30 00:52:35 +0200123 select IMX_HAVE_PLATFORM_FLEXCAN
Sascha Hauercb2dc112010-02-04 14:32:53 +0100124 select MXC_ULPI if USB_ULPI
Sascha Hauer54df5262009-02-06 15:42:26 +0100125 help
126 Include support for Phytec pcm043 platform. This includes
127 specific configurations for the board and its peripherals.
128
Alberto Panizzo5e9145e2009-05-19 10:01:03 +0200129config MACH_ARMADILLO5X0
130 bool "Support Atmark Armadillo-500 Development Base Board"
131 select ARCH_MX31
Uwe Kleine-König4a9b8b02010-06-16 18:03:05 +0200132 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +0200133 select IMX_HAVE_PLATFORM_IMX_UART
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +0200134 select IMX_HAVE_PLATFORM_MXC_NAND
Alberto Panizzob3aa1112010-02-26 18:36:32 +0100135 select MXC_ULPI if USB_ULPI
Alberto Panizzo5e9145e2009-05-19 10:01:03 +0200136 help
137 Include support for Atmark Armadillo-500 platform. This includes
138 specific configurations for the board and its peripherals.
139
Fabio Estevamaefa1c62009-06-02 17:24:16 -0700140config MACH_MX35_3DS
141 bool "Support MX35PDK platform"
142 select ARCH_MX35
Uwe Kleine-König6eafde52010-06-23 11:49:34 +0200143 select IMX_HAVE_PLATFORM_IMX_UART
Marc Kleine-Budde81aa1722010-08-18 18:22:59 +0200144 select IMX_HAVE_PLATFORM_MXC_NAND
Fabio Estevamaefa1c62009-06-02 17:24:16 -0700145 default n
146 help
147 Include support for MX35PDK platform. This includes specific
148 configurations for the board and its peripherals.
Yoichi Yuasa415c7d22009-11-02 11:37:36 +0900149
150config MACH_KZM_ARM11_01
151 bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
152 select ARCH_MX31
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +0200153 select IMX_HAVE_PLATFORM_IMX_UART
Yoichi Yuasa415c7d22009-11-02 11:37:36 +0900154 help
155 Include support for KZM-ARM11-01. This includes specific
156 configurations for the board and its peripherals.
157
Eric Bénard21744f12010-06-10 16:07:50 +0200158config MACH_EUKREA_CPUIMX35
159 bool "Support Eukrea CPUIMX35 Platform"
160 select ARCH_MX35
Uwe Kleine-König2dcf78c2010-06-30 12:16:24 +0200161 select IMX_HAVE_PLATFORM_IMX_UART
162 select IMX_HAVE_PLATFORM_IMX_I2C
163 select IMX_HAVE_PLATFORM_MXC_NAND
Eric Bénard21744f12010-06-10 16:07:50 +0200164 select MXC_ULPI if USB_ULPI
165 help
166 Include support for Eukrea CPUIMX35 platform. This includes
167 specific configurations for the board and its peripherals.
168
169choice
170 prompt "Baseboard"
171 depends on MACH_EUKREA_CPUIMX35
Eric Bénard8cd1b5c2010-07-23 14:56:39 +0200172 default MACH_EUKREA_MBIMXSD35_BASEBOARD
Eric Bénard21744f12010-06-10 16:07:50 +0200173
Eric Bénard8cd1b5c2010-07-23 14:56:39 +0200174config MACH_EUKREA_MBIMXSD35_BASEBOARD
Eric Bénard21744f12010-06-10 16:07:50 +0200175 prompt "Eukrea MBIMXSD development board"
176 bool
177 help
178 This adds board specific devices that can be found on Eukrea's
179 MBIMXSD evaluation board.
180
181endchoice
182
Holger Schurig6bbdbf22009-01-29 14:42:25 +0100183endif