blob: b8a7610ade197360bd4da68de92f8f8326b8071e [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
Uwe Kleine-König4a9b8b02010-06-16 18:03:05 +020018 select IMX_HAVE_PLATFORM_IMX_I2C
Quinn Jensen52c543f2007-07-09 22:06:53 +010019 default y
20 help
21 Include support for MX31ADS platform. This includes specific
22 configurations for the board and its peripherals.
23
Mark Brownfe7316b2009-01-15 16:14:30 +000024config MACH_MX31ADS_WM1133_EV1
25 bool "Support Wolfson Microelectronics 1133-EV1 module"
26 depends on MACH_MX31ADS
Mark Brown132d3f92009-04-14 11:25:18 +010027 depends on MFD_WM8350_I2C
28 depends on REGULATOR_WM8350
Mark Brownfe7316b2009-01-15 16:14:30 +000029 select MFD_WM8350_CONFIG_MODE_0
30 select MFD_WM8352_CONFIG_MODE_0
31 help
32 Include support for the Wolfson Microelectronics 1133-EV1 PMU
33 and audio module for the MX31ADS platform.
34
Sascha Hauerce8ffef2008-07-05 10:02:52 +020035config MACH_PCM037
Sascha Hauercb8ebb02009-02-06 15:41:45 +010036 bool "Support Phytec pcm037 (i.MX31) platforms"
37 select ARCH_MX31
Uwe Kleine-König4a9b8b02010-06-16 18:03:05 +020038 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +020039 select IMX_HAVE_PLATFORM_MXC_NAND
Sascha Haueree143732010-02-04 09:32:44 +010040 select MXC_ULPI if USB_ULPI
Sascha Hauerce8ffef2008-07-05 10:02:52 +020041 help
42 Include support for Phytec pcm037 platform. This includes
43 specific configurations for the board and its peripherals.
44
Guennadi Liakhovetski574ec542009-06-23 13:26:23 +020045config MACH_PCM037_EET
46 bool "Support pcm037 EET board extensions"
47 depends on MACH_PCM037
48 help
49 Add support for PCM037 EET baseboard extensions. If you are using the
50 OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
51 command-line parameter.
52
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020053config MACH_MX31LITE
54 bool "Support MX31 LITEKIT (LogicPD)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010055 select ARCH_MX31
Uwe Kleine-Königf9ffaa92009-12-22 17:31:05 +010056 select MXC_ULPI if USB_ULPI
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +020057 select IMX_HAVE_PLATFORM_MXC_NAND
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020058 help
59 Include support for MX31 LITEKIT platform. This includes specific
60 configurations for the board and its peripherals.
61
Fabio Estevam1553a1e2008-11-12 15:38:39 +010062config MACH_MX31_3DS
63 bool "Support MX31PDK (3DS)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010064 select ARCH_MX31
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +020065 select IMX_HAVE_PLATFORM_MXC_NAND
Fabio Estevam1553a1e2008-11-12 15:38:39 +010066 help
67 Include support for MX31PDK (3DS) platform. This includes specific
68 configurations for the board and its peripherals.
69
Alberto Panizzoa1b67b92010-03-23 19:49:35 +010070config MACH_MX31_3DS_MXC_NAND_USE_BBT
71 bool "Make the MXC NAND driver use the in flash Bad Block Table"
72 depends on MACH_MX31_3DS
73 depends on MTD_NAND_MXC
74 help
75 Enable this if you want that the MXC NAND driver uses the in flash
76 Bad Block Table to know what blocks are bad instead of scanning the
77 entire flash looking for bad block markers.
78
Valentin Longchamp988d2d42008-11-23 17:35:08 +010079config MACH_MX31MOBOARD
80 bool "Support mx31moboard platforms (EPFL Mobots group)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010081 select ARCH_MX31
Uwe Kleine-König4a9b8b02010-06-16 18:03:05 +020082 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-Königf9ffaa92009-12-22 17:31:05 +010083 select MXC_ULPI if USB_ULPI
Valentin Longchamp988d2d42008-11-23 17:35:08 +010084 help
85 Include support for mx31moboard platform. This includes specific
86 configurations for the board and its peripherals.
87
Daniel Mack65b1aa12009-05-20 19:54:33 +020088config MACH_MX31LILLY
89 bool "Support MX31 LILLY-1131 platforms (INCO startec)"
90 select ARCH_MX31
Daniel Mack066fb842010-04-13 20:11:37 +020091 select MXC_ULPI if USB_ULPI
Daniel Mack65b1aa12009-05-20 19:54:33 +020092 help
93 Include support for mx31 based LILLY1131 modules. This includes
94 specific configurations for the board and its peripherals.
95
Ilya Yanok148854c2009-03-11 03:22:00 +030096config MACH_QONG
97 bool "Support Dave/DENX QongEVB-LITE platform"
98 select ARCH_MX31
Ilya Yanok148854c2009-03-11 03:22:00 +030099 help
100 Include support for Dave/DENX QongEVB-LITE platform. This includes
101 specific configurations for the board and its peripherals.
102
Sascha Hauer54df5262009-02-06 15:42:26 +0100103config MACH_PCM043
104 bool "Support Phytec pcm043 (i.MX35) platforms"
105 select ARCH_MX35
Uwe Kleine-König7cdc8fa2010-06-16 19:25:34 +0200106 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-Könige2611ba2010-06-16 12:26:53 +0200107 select IMX_HAVE_PLATFORM_MXC_NAND
Sascha Hauercb2dc112010-02-04 14:32:53 +0100108 select MXC_ULPI if USB_ULPI
Sascha Hauer54df5262009-02-06 15:42:26 +0100109 help
110 Include support for Phytec pcm043 platform. This includes
111 specific configurations for the board and its peripherals.
112
Alberto Panizzo5e9145e2009-05-19 10:01:03 +0200113config MACH_ARMADILLO5X0
114 bool "Support Atmark Armadillo-500 Development Base Board"
115 select ARCH_MX31
Uwe Kleine-König4a9b8b02010-06-16 18:03:05 +0200116 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +0200117 select IMX_HAVE_PLATFORM_MXC_NAND
Alberto Panizzob3aa1112010-02-26 18:36:32 +0100118 select MXC_ULPI if USB_ULPI
Alberto Panizzo5e9145e2009-05-19 10:01:03 +0200119 help
120 Include support for Atmark Armadillo-500 platform. This includes
121 specific configurations for the board and its peripherals.
122
Fabio Estevamaefa1c62009-06-02 17:24:16 -0700123config MACH_MX35_3DS
124 bool "Support MX35PDK platform"
125 select ARCH_MX35
126 default n
127 help
128 Include support for MX35PDK platform. This includes specific
129 configurations for the board and its peripherals.
Yoichi Yuasa415c7d22009-11-02 11:37:36 +0900130
131config MACH_KZM_ARM11_01
132 bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
133 select ARCH_MX31
134 help
135 Include support for KZM-ARM11-01. This includes specific
136 configurations for the board and its peripherals.
137
Holger Schurig6bbdbf22009-01-29 14:42:25 +0100138endif