ARM: imx: dynamically register imx-i2c devices (imx31)
[deliverable/linux.git] / arch / arm / mach-mx3 / Kconfig
1 if ARCH_MX3
2
3 config ARCH_MX31
4 select ARCH_HAS_RNGA
5 select ARCH_MXC_AUDMUX_V2
6 bool
7
8 config ARCH_MX35
9 bool
10 select ARCH_MXC_IOMUX_V3
11 select ARCH_MXC_AUDMUX_V2
12
13 comment "MX3 platforms:"
14
15 config MACH_MX31ADS
16 bool "Support MX31ADS platforms"
17 select ARCH_MX31
18 select IMX_HAVE_PLATFORM_IMX_I2C
19 default y
20 help
21 Include support for MX31ADS platform. This includes specific
22 configurations for the board and its peripherals.
23
24 config MACH_MX31ADS_WM1133_EV1
25 bool "Support Wolfson Microelectronics 1133-EV1 module"
26 depends on MACH_MX31ADS
27 depends on MFD_WM8350_I2C
28 depends on REGULATOR_WM8350
29 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
35 config MACH_PCM037
36 bool "Support Phytec pcm037 (i.MX31) platforms"
37 select ARCH_MX31
38 select IMX_HAVE_PLATFORM_IMX_I2C
39 select IMX_HAVE_PLATFORM_MXC_NAND
40 select MXC_ULPI if USB_ULPI
41 help
42 Include support for Phytec pcm037 platform. This includes
43 specific configurations for the board and its peripherals.
44
45 config 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
53 config MACH_MX31LITE
54 bool "Support MX31 LITEKIT (LogicPD)"
55 select ARCH_MX31
56 select MXC_ULPI if USB_ULPI
57 select IMX_HAVE_PLATFORM_MXC_NAND
58 help
59 Include support for MX31 LITEKIT platform. This includes specific
60 configurations for the board and its peripherals.
61
62 config MACH_MX31_3DS
63 bool "Support MX31PDK (3DS)"
64 select ARCH_MX31
65 select IMX_HAVE_PLATFORM_MXC_NAND
66 help
67 Include support for MX31PDK (3DS) platform. This includes specific
68 configurations for the board and its peripherals.
69
70 config 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
79 config MACH_MX31MOBOARD
80 bool "Support mx31moboard platforms (EPFL Mobots group)"
81 select ARCH_MX31
82 select IMX_HAVE_PLATFORM_IMX_I2C
83 select MXC_ULPI if USB_ULPI
84 help
85 Include support for mx31moboard platform. This includes specific
86 configurations for the board and its peripherals.
87
88 config MACH_MX31LILLY
89 bool "Support MX31 LILLY-1131 platforms (INCO startec)"
90 select ARCH_MX31
91 select MXC_ULPI if USB_ULPI
92 help
93 Include support for mx31 based LILLY1131 modules. This includes
94 specific configurations for the board and its peripherals.
95
96 config MACH_QONG
97 bool "Support Dave/DENX QongEVB-LITE platform"
98 select ARCH_MX31
99 help
100 Include support for Dave/DENX QongEVB-LITE platform. This includes
101 specific configurations for the board and its peripherals.
102
103 config MACH_PCM043
104 bool "Support Phytec pcm043 (i.MX35) platforms"
105 select ARCH_MX35
106 select IMX_HAVE_PLATFORM_MXC_NAND
107 select MXC_ULPI if USB_ULPI
108 help
109 Include support for Phytec pcm043 platform. This includes
110 specific configurations for the board and its peripherals.
111
112 config MACH_ARMADILLO5X0
113 bool "Support Atmark Armadillo-500 Development Base Board"
114 select ARCH_MX31
115 select IMX_HAVE_PLATFORM_IMX_I2C
116 select IMX_HAVE_PLATFORM_MXC_NAND
117 select MXC_ULPI if USB_ULPI
118 help
119 Include support for Atmark Armadillo-500 platform. This includes
120 specific configurations for the board and its peripherals.
121
122 config MACH_MX35_3DS
123 bool "Support MX35PDK platform"
124 select ARCH_MX35
125 default n
126 help
127 Include support for MX35PDK platform. This includes specific
128 configurations for the board and its peripherals.
129
130 config MACH_KZM_ARM11_01
131 bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
132 select ARCH_MX31
133 help
134 Include support for KZM-ARM11-01. This includes specific
135 configurations for the board and its peripherals.
136
137 endif
This page took 0.033544 seconds and 5 git commands to generate.