blob: 851f2458bf65f0d7443d02941f898d3c17e6494c [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 Hauercb8ebb02009-02-06 15:41:45 +01005 bool
6
7config ARCH_MX35
8 bool
Sascha Hauerbca6ef12009-04-01 11:11:48 +02009 select ARCH_MXC_IOMUX_V3
Sascha Hauercb8ebb02009-02-06 15:41:45 +010010
Holger Schurig6bbdbf22009-01-29 14:42:25 +010011comment "MX3 platforms:"
Quinn Jensen52c543f2007-07-09 22:06:53 +010012
13config MACH_MX31ADS
14 bool "Support MX31ADS platforms"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010015 select ARCH_MX31
Quinn Jensen52c543f2007-07-09 22:06:53 +010016 default y
17 help
18 Include support for MX31ADS platform. This includes specific
19 configurations for the board and its peripherals.
20
Mark Brownfe7316b2009-01-15 16:14:30 +000021config MACH_MX31ADS_WM1133_EV1
22 bool "Support Wolfson Microelectronics 1133-EV1 module"
23 depends on MACH_MX31ADS
Mark Brown132d3f92009-04-14 11:25:18 +010024 depends on MFD_WM8350_I2C
25 depends on REGULATOR_WM8350
Mark Brownfe7316b2009-01-15 16:14:30 +000026 select MFD_WM8350_CONFIG_MODE_0
27 select MFD_WM8352_CONFIG_MODE_0
28 help
29 Include support for the Wolfson Microelectronics 1133-EV1 PMU
30 and audio module for the MX31ADS platform.
31
Sascha Hauerce8ffef2008-07-05 10:02:52 +020032config MACH_PCM037
Sascha Hauercb8ebb02009-02-06 15:41:45 +010033 bool "Support Phytec pcm037 (i.MX31) platforms"
34 select ARCH_MX31
Sascha Hauerce8ffef2008-07-05 10:02:52 +020035 help
36 Include support for Phytec pcm037 platform. This includes
37 specific configurations for the board and its peripherals.
38
Guennadi Liakhovetski574ec542009-06-23 13:26:23 +020039config MACH_PCM037_EET
40 bool "Support pcm037 EET board extensions"
41 depends on MACH_PCM037
42 help
43 Add support for PCM037 EET baseboard extensions. If you are using the
44 OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
45 command-line parameter.
46
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020047config MACH_MX31LITE
48 bool "Support MX31 LITEKIT (LogicPD)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010049 select ARCH_MX31
Daniel Mack9a4cd7a2008-07-05 10:02:53 +020050 help
51 Include support for MX31 LITEKIT platform. This includes specific
52 configurations for the board and its peripherals.
53
Fabio Estevam1553a1e2008-11-12 15:38:39 +010054config MACH_MX31_3DS
55 bool "Support MX31PDK (3DS)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010056 select ARCH_MX31
Fabio Estevam1553a1e2008-11-12 15:38:39 +010057 help
58 Include support for MX31PDK (3DS) platform. This includes specific
59 configurations for the board and its peripherals.
60
Valentin Longchamp988d2d42008-11-23 17:35:08 +010061config MACH_MX31MOBOARD
62 bool "Support mx31moboard platforms (EPFL Mobots group)"
Sascha Hauercb8ebb02009-02-06 15:41:45 +010063 select ARCH_MX31
Valentin Longchamp988d2d42008-11-23 17:35:08 +010064 help
65 Include support for mx31moboard platform. This includes specific
66 configurations for the board and its peripherals.
67
Daniel Mack65b1aa12009-05-20 19:54:33 +020068config MACH_MX31LILLY
69 bool "Support MX31 LILLY-1131 platforms (INCO startec)"
70 select ARCH_MX31
71 help
72 Include support for mx31 based LILLY1131 modules. This includes
73 specific configurations for the board and its peripherals.
74
Ilya Yanok148854c2009-03-11 03:22:00 +030075config MACH_QONG
76 bool "Support Dave/DENX QongEVB-LITE platform"
77 select ARCH_MX31
Ilya Yanok148854c2009-03-11 03:22:00 +030078 help
79 Include support for Dave/DENX QongEVB-LITE platform. This includes
80 specific configurations for the board and its peripherals.
81
Sascha Hauer54df5262009-02-06 15:42:26 +010082config MACH_PCM043
83 bool "Support Phytec pcm043 (i.MX35) platforms"
84 select ARCH_MX35
85 help
86 Include support for Phytec pcm043 platform. This includes
87 specific configurations for the board and its peripherals.
88
Alberto Panizzo5e9145e2009-05-19 10:01:03 +020089config MACH_ARMADILLO5X0
90 bool "Support Atmark Armadillo-500 Development Base Board"
91 select ARCH_MX31
92 help
93 Include support for Atmark Armadillo-500 platform. This includes
94 specific configurations for the board and its peripherals.
95
Fabio Estevamaefa1c62009-06-02 17:24:16 -070096config MACH_MX35_3DS
97 bool "Support MX35PDK platform"
98 select ARCH_MX35
99 default n
100 help
101 Include support for MX35PDK platform. This includes specific
102 configurations for the board and its peripherals.
Holger Schurig6bbdbf22009-01-29 14:42:25 +0100103endif