blob: 84ff177cba7a10c7b162218035548fb97195000e [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önig4697bb922010-08-25 17:37:45 +020020 select IMX_HAVE_PLATFORM_IMX_SSI
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +020021 select IMX_HAVE_PLATFORM_IMX_UART
Quinn Jensen52c543f2007-07-09 22:06:53 +010022 default y
23 help
24 Include support for MX31ADS platform. This includes specific
25 configurations for the board and its peripherals.
26
Mark Brownfe7316b2009-01-15 16:14:30 +000027config MACH_MX31ADS_WM1133_EV1
28 bool "Support Wolfson Microelectronics 1133-EV1 module"
29 depends on MACH_MX31ADS
Mark Brown132d3f92009-04-14 11:25:18 +010030 depends on MFD_WM8350_I2C
31 depends on REGULATOR_WM8350
Mark Brownfe7316b2009-01-15 16:14:30 +000032 select MFD_WM8350_CONFIG_MODE_0
33 select MFD_WM8352_CONFIG_MODE_0
34 help
35 Include support for the Wolfson Microelectronics 1133-EV1 PMU
36 and audio module for the MX31ADS platform.
37
Sascha Hauerce8ffef2008-07-05 10:02:52 +020038config MACH_PCM037
Sascha Hauercb8ebb02009-02-06 15:41:45 +010039 bool "Support Phytec pcm037 (i.MX31) platforms"
40 select ARCH_MX31
Uwe Kleine-König4a9b8b02010-06-16 18:03:05 +020041 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +020042 select IMX_HAVE_PLATFORM_IMX_UART
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +020043 select IMX_HAVE_PLATFORM_MXC_NAND
Sascha Haueree143732010-02-04 09:32:44 +010044 select MXC_ULPI if USB_ULPI
Sascha Hauerce8ffef2008-07-05 10:02:52 +020045 help
46 Include support for Phytec pcm037 platform. This includes
47 specific configurations for the board and its peripherals.
48
Guennadi Liakhovetski574ec542009-06-23 13:26:23 +020049config MACH_PCM037_EET
50 bool "Support pcm037 EET board extensions"
51 depends on MACH_PCM037
Uwe Kleine-Königa4dc0132010-06-22 10:14:15 +020052 select IMX_HAVE_PLATFORM_SPI_IMX
Guennadi Liakhovetski574ec542009-06-23 13:26:23 +020053 help
54 Add support for PCM037 EET baseboard extensions. If you are using the
55 OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
56 command-line parameter.
57
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020058config MACH_MX31LITE
59 bool "Support MX31 LITEKIT (LogicPD)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010060 select ARCH_MX31
Uwe Kleine-Königf9ffaa92009-12-22 17:31:05 +010061 select MXC_ULPI if USB_ULPI
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +020062 select IMX_HAVE_PLATFORM_IMX_UART
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +020063 select IMX_HAVE_PLATFORM_MXC_NAND
Uwe Kleine-König06606ff2010-06-22 10:09:14 +020064 select IMX_HAVE_PLATFORM_SPI_IMX
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020065 help
66 Include support for MX31 LITEKIT platform. This includes specific
67 configurations for the board and its peripherals.
68
Fabio Estevam1553a1e2008-11-12 15:38:39 +010069config MACH_MX31_3DS
70 bool "Support MX31PDK (3DS)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010071 select ARCH_MX31
Jason Wangc5d38f02010-06-24 21:11:29 +080072 select MXC_DEBUG_BOARD
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +020073 select IMX_HAVE_PLATFORM_IMX_UART
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +020074 select IMX_HAVE_PLATFORM_MXC_NAND
Uwe Kleine-König06606ff2010-06-22 10:09:14 +020075 select IMX_HAVE_PLATFORM_SPI_IMX
Fabio Estevam1553a1e2008-11-12 15:38:39 +010076 help
77 Include support for MX31PDK (3DS) platform. This includes specific
78 configurations for the board and its peripherals.
79
Alberto Panizzoa1b67b92010-03-23 19:49:35 +010080config MACH_MX31_3DS_MXC_NAND_USE_BBT
81 bool "Make the MXC NAND driver use the in flash Bad Block Table"
82 depends on MACH_MX31_3DS
83 depends on MTD_NAND_MXC
84 help
85 Enable this if you want that the MXC NAND driver uses the in flash
86 Bad Block Table to know what blocks are bad instead of scanning the
87 entire flash looking for bad block markers.
88
Valentin Longchamp988d2d42008-11-23 17:35:08 +010089config MACH_MX31MOBOARD
90 bool "Support mx31moboard platforms (EPFL Mobots group)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010091 select ARCH_MX31
Uwe Kleine-König4a9b8b02010-06-16 18:03:05 +020092 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +020093 select IMX_HAVE_PLATFORM_IMX_UART
Uwe Kleine-König06606ff2010-06-22 10:09:14 +020094 select IMX_HAVE_PLATFORM_SPI_IMX
Uwe Kleine-Königf9ffaa92009-12-22 17:31:05 +010095 select MXC_ULPI if USB_ULPI
Valentin Longchamp988d2d42008-11-23 17:35:08 +010096 help
97 Include support for mx31moboard platform. This includes specific
98 configurations for the board and its peripherals.
99
Daniel Mack65b1aa12009-05-20 19:54:33 +0200100config MACH_MX31LILLY
101 bool "Support MX31 LILLY-1131 platforms (INCO startec)"
102 select ARCH_MX31
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +0200103 select IMX_HAVE_PLATFORM_IMX_UART
Uwe Kleine-König06606ff2010-06-22 10:09:14 +0200104 select IMX_HAVE_PLATFORM_SPI_IMX
Daniel Mack066fb842010-04-13 20:11:37 +0200105 select MXC_ULPI if USB_ULPI
Daniel Mack65b1aa12009-05-20 19:54:33 +0200106 help
107 Include support for mx31 based LILLY1131 modules. This includes
108 specific configurations for the board and its peripherals.
109
Ilya Yanok148854c2009-03-11 03:22:00 +0300110config MACH_QONG
111 bool "Support Dave/DENX QongEVB-LITE platform"
112 select ARCH_MX31
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +0200113 select IMX_HAVE_PLATFORM_IMX_UART
Ilya Yanok148854c2009-03-11 03:22:00 +0300114 help
115 Include support for Dave/DENX QongEVB-LITE platform. This includes
116 specific configurations for the board and its peripherals.
117
Sascha Hauer54df5262009-02-06 15:42:26 +0100118config MACH_PCM043
119 bool "Support Phytec pcm043 (i.MX35) platforms"
120 select ARCH_MX35
Uwe Kleine-König7cdc8fa2010-06-16 19:25:34 +0200121 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König4697bb922010-08-25 17:37:45 +0200122 select IMX_HAVE_PLATFORM_IMX_SSI
Uwe Kleine-König6eafde52010-06-23 11:49:34 +0200123 select IMX_HAVE_PLATFORM_IMX_UART
Uwe Kleine-Könige2611ba2010-06-16 12:26:53 +0200124 select IMX_HAVE_PLATFORM_MXC_NAND
Marc Kleine-Buddeda92e422010-04-30 00:52:35 +0200125 select IMX_HAVE_PLATFORM_FLEXCAN
Wolfram Sang9a545942010-10-11 12:55:23 +0200126 select IMX_HAVE_PLATFORM_ESDHC
Sascha Hauercb2dc112010-02-04 14:32:53 +0100127 select MXC_ULPI if USB_ULPI
Sascha Hauer54df5262009-02-06 15:42:26 +0100128 help
129 Include support for Phytec pcm043 platform. This includes
130 specific configurations for the board and its peripherals.
131
Alberto Panizzo5e9145e2009-05-19 10:01:03 +0200132config MACH_ARMADILLO5X0
133 bool "Support Atmark Armadillo-500 Development Base Board"
134 select ARCH_MX31
Uwe Kleine-König4a9b8b02010-06-16 18:03:05 +0200135 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +0200136 select IMX_HAVE_PLATFORM_IMX_UART
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +0200137 select IMX_HAVE_PLATFORM_MXC_NAND
Alberto Panizzob3aa1112010-02-26 18:36:32 +0100138 select MXC_ULPI if USB_ULPI
Alberto Panizzo5e9145e2009-05-19 10:01:03 +0200139 help
140 Include support for Atmark Armadillo-500 platform. This includes
141 specific configurations for the board and its peripherals.
142
Fabio Estevamaefa1c62009-06-02 17:24:16 -0700143config MACH_MX35_3DS
144 bool "Support MX35PDK platform"
145 select ARCH_MX35
Uwe Kleine-König6eafde52010-06-23 11:49:34 +0200146 select IMX_HAVE_PLATFORM_IMX_UART
Marc Kleine-Budde81aa1722010-08-18 18:22:59 +0200147 select IMX_HAVE_PLATFORM_MXC_NAND
Fabio Estevamaefa1c62009-06-02 17:24:16 -0700148 default n
149 help
150 Include support for MX35PDK platform. This includes specific
151 configurations for the board and its peripherals.
Yoichi Yuasa415c7d22009-11-02 11:37:36 +0900152
153config MACH_KZM_ARM11_01
154 bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
155 select ARCH_MX31
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +0200156 select IMX_HAVE_PLATFORM_IMX_UART
Yoichi Yuasa415c7d22009-11-02 11:37:36 +0900157 help
158 Include support for KZM-ARM11-01. This includes specific
159 configurations for the board and its peripherals.
160
Eric Bénard21744f12010-06-10 16:07:50 +0200161config MACH_EUKREA_CPUIMX35
162 bool "Support Eukrea CPUIMX35 Platform"
163 select ARCH_MX35
Uwe Kleine-König2dcf78c2010-06-30 12:16:24 +0200164 select IMX_HAVE_PLATFORM_IMX_UART
165 select IMX_HAVE_PLATFORM_IMX_I2C
166 select IMX_HAVE_PLATFORM_MXC_NAND
Eric Bénard21744f12010-06-10 16:07:50 +0200167 select MXC_ULPI if USB_ULPI
168 help
169 Include support for Eukrea CPUIMX35 platform. This includes
170 specific configurations for the board and its peripherals.
171
172choice
173 prompt "Baseboard"
174 depends on MACH_EUKREA_CPUIMX35
Eric Bénard8cd1b5c2010-07-23 14:56:39 +0200175 default MACH_EUKREA_MBIMXSD35_BASEBOARD
Eric Bénard21744f12010-06-10 16:07:50 +0200176
Eric Bénard8cd1b5c2010-07-23 14:56:39 +0200177config MACH_EUKREA_MBIMXSD35_BASEBOARD
Uwe Kleine-König4697bb922010-08-25 17:37:45 +0200178 bool "Eukrea MBIMXSD development board"
179 select IMX_HAVE_PLATFORM_IMX_SSI
Eric Bénard21744f12010-06-10 16:07:50 +0200180 help
181 This adds board specific devices that can be found on Eukrea's
182 MBIMXSD evaluation board.
183
184endchoice
185
Holger Schurig6bbdbf22009-01-29 14:42:25 +0100186endif