blob: 5611b2376f1cad2240b4e84771d7f7660c91c3e1 [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 Hauercb8ebb02009-02-06 15:41:45 +010012
Holger Schurig6bbdbf22009-01-29 14:42:25 +010013comment "MX3 platforms:"
Quinn Jensen52c543f2007-07-09 22:06:53 +010014
15config MACH_MX31ADS
16 bool "Support MX31ADS platforms"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010017 select ARCH_MX31
Quinn Jensen52c543f2007-07-09 22:06:53 +010018 default y
19 help
20 Include support for MX31ADS platform. This includes specific
21 configurations for the board and its peripherals.
22
Mark Brownfe7316b2009-01-15 16:14:30 +000023config MACH_MX31ADS_WM1133_EV1
24 bool "Support Wolfson Microelectronics 1133-EV1 module"
25 depends on MACH_MX31ADS
Mark Brown132d3f92009-04-14 11:25:18 +010026 depends on MFD_WM8350_I2C
27 depends on REGULATOR_WM8350
Mark Brownfe7316b2009-01-15 16:14:30 +000028 select MFD_WM8350_CONFIG_MODE_0
29 select MFD_WM8352_CONFIG_MODE_0
30 help
31 Include support for the Wolfson Microelectronics 1133-EV1 PMU
32 and audio module for the MX31ADS platform.
33
Sascha Hauerce8ffef2008-07-05 10:02:52 +020034config MACH_PCM037
Sascha Hauercb8ebb02009-02-06 15:41:45 +010035 bool "Support Phytec pcm037 (i.MX31) platforms"
36 select ARCH_MX31
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +020037 select IMX_HAVE_PLATFORM_MXC_NAND
Sascha Haueree143732010-02-04 09:32:44 +010038 select MXC_ULPI if USB_ULPI
Sascha Hauerce8ffef2008-07-05 10:02:52 +020039 help
40 Include support for Phytec pcm037 platform. This includes
41 specific configurations for the board and its peripherals.
42
Guennadi Liakhovetski574ec542009-06-23 13:26:23 +020043config MACH_PCM037_EET
44 bool "Support pcm037 EET board extensions"
45 depends on MACH_PCM037
46 help
47 Add support for PCM037 EET baseboard extensions. If you are using the
48 OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
49 command-line parameter.
50
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020051config MACH_MX31LITE
52 bool "Support MX31 LITEKIT (LogicPD)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010053 select ARCH_MX31
Uwe Kleine-Königf9ffaa92009-12-22 17:31:05 +010054 select MXC_ULPI if USB_ULPI
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +020055 select IMX_HAVE_PLATFORM_MXC_NAND
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020056 help
57 Include support for MX31 LITEKIT platform. This includes specific
58 configurations for the board and its peripherals.
59
Fabio Estevam1553a1e2008-11-12 15:38:39 +010060config MACH_MX31_3DS
61 bool "Support MX31PDK (3DS)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010062 select ARCH_MX31
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +020063 select IMX_HAVE_PLATFORM_MXC_NAND
Fabio Estevam1553a1e2008-11-12 15:38:39 +010064 help
65 Include support for MX31PDK (3DS) platform. This includes specific
66 configurations for the board and its peripherals.
67
Alberto Panizzoa1b67b92010-03-23 19:49:35 +010068config MACH_MX31_3DS_MXC_NAND_USE_BBT
69 bool "Make the MXC NAND driver use the in flash Bad Block Table"
70 depends on MACH_MX31_3DS
71 depends on MTD_NAND_MXC
72 help
73 Enable this if you want that the MXC NAND driver uses the in flash
74 Bad Block Table to know what blocks are bad instead of scanning the
75 entire flash looking for bad block markers.
76
Valentin Longchamp988d2d42008-11-23 17:35:08 +010077config MACH_MX31MOBOARD
78 bool "Support mx31moboard platforms (EPFL Mobots group)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010079 select ARCH_MX31
Uwe Kleine-Königf9ffaa92009-12-22 17:31:05 +010080 select MXC_ULPI if USB_ULPI
Valentin Longchamp988d2d42008-11-23 17:35:08 +010081 help
82 Include support for mx31moboard platform. This includes specific
83 configurations for the board and its peripherals.
84
Daniel Mack65b1aa12009-05-20 19:54:33 +020085config MACH_MX31LILLY
86 bool "Support MX31 LILLY-1131 platforms (INCO startec)"
87 select ARCH_MX31
Daniel Mack066fb842010-04-13 20:11:37 +020088 select MXC_ULPI if USB_ULPI
Daniel Mack65b1aa12009-05-20 19:54:33 +020089 help
90 Include support for mx31 based LILLY1131 modules. This includes
91 specific configurations for the board and its peripherals.
92
Ilya Yanok148854c2009-03-11 03:22:00 +030093config MACH_QONG
94 bool "Support Dave/DENX QongEVB-LITE platform"
95 select ARCH_MX31
Ilya Yanok148854c2009-03-11 03:22:00 +030096 help
97 Include support for Dave/DENX QongEVB-LITE platform. This includes
98 specific configurations for the board and its peripherals.
99
Sascha Hauer54df5262009-02-06 15:42:26 +0100100config MACH_PCM043
101 bool "Support Phytec pcm043 (i.MX35) platforms"
102 select ARCH_MX35
Uwe Kleine-Könige2611ba2010-06-16 12:26:53 +0200103 select IMX_HAVE_PLATFORM_MXC_NAND
Sascha Hauercb2dc112010-02-04 14:32:53 +0100104 select MXC_ULPI if USB_ULPI
Sascha Hauer54df5262009-02-06 15:42:26 +0100105 help
106 Include support for Phytec pcm043 platform. This includes
107 specific configurations for the board and its peripherals.
108
Alberto Panizzo5e9145e2009-05-19 10:01:03 +0200109config MACH_ARMADILLO5X0
110 bool "Support Atmark Armadillo-500 Development Base Board"
111 select ARCH_MX31
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +0200112 select IMX_HAVE_PLATFORM_MXC_NAND
Alberto Panizzob3aa1112010-02-26 18:36:32 +0100113 select MXC_ULPI if USB_ULPI
Alberto Panizzo5e9145e2009-05-19 10:01:03 +0200114 help
115 Include support for Atmark Armadillo-500 platform. This includes
116 specific configurations for the board and its peripherals.
117
Fabio Estevamaefa1c62009-06-02 17:24:16 -0700118config MACH_MX35_3DS
119 bool "Support MX35PDK platform"
120 select ARCH_MX35
121 default n
122 help
123 Include support for MX35PDK platform. This includes specific
124 configurations for the board and its peripherals.
Yoichi Yuasa415c7d22009-11-02 11:37:36 +0900125
126config MACH_KZM_ARM11_01
127 bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
128 select ARCH_MX31
129 help
130 Include support for KZM-ARM11-01. This includes specific
131 configurations for the board and its peripherals.
132
Holger Schurig6bbdbf22009-01-29 14:42:25 +0100133endif