Kconfig (6348e6b54e8609be11826a8e30357a03ba201500) Kconfig (c69871597dd173af2d7615429c0ee6aa10fae42b)
1config IMX_HAVE_DMA_V1
2 bool
3
4if ARCH_MX1
5
6config SOC_IMX1
7 select CPU_ARM920T
8 select IMX_HAVE_DMA_V1

--- 68 unchanged lines hidden (view full) ---

77endif
78
79if MACH_MX27
80
81comment "MX27 platforms:"
82
83config MACH_MX27ADS
84 bool "MX27ADS platform"
1config IMX_HAVE_DMA_V1
2 bool
3
4if ARCH_MX1
5
6config SOC_IMX1
7 select CPU_ARM920T
8 select IMX_HAVE_DMA_V1

--- 68 unchanged lines hidden (view full) ---

77endif
78
79if MACH_MX27
80
81comment "MX27 platforms:"
82
83config MACH_MX27ADS
84 bool "MX27ADS platform"
85 select IMX_HAVE_PLATFORM_IMX_I2C
85 select IMX_HAVE_PLATFORM_MXC_NAND
86 help
87 Include support for MX27ADS platform. This includes specific
88 configurations for the board and its peripherals.
89
90config MACH_PCM038
91 bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
86 select IMX_HAVE_PLATFORM_MXC_NAND
87 help
88 Include support for MX27ADS platform. This includes specific
89 configurations for the board and its peripherals.
90
91config MACH_PCM038
92 bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
93 select IMX_HAVE_PLATFORM_IMX_I2C
92 select IMX_HAVE_PLATFORM_MXC_NAND
93 select MXC_ULPI if USB_ULPI
94 help
95 Include support for phyCORE-i.MX27 (aka pcm038) platform. This
96 includes specific configurations for the module and its peripherals.
97
98choice
99 prompt "Baseboard"

--- 6 unchanged lines hidden (view full) ---

106 help
107 This adds board specific devices that can be found on Phytec's
108 PCM970 evaluation board.
109
110endchoice
111
112config MACH_CPUIMX27
113 bool "Eukrea CPUIMX27 module"
94 select IMX_HAVE_PLATFORM_MXC_NAND
95 select MXC_ULPI if USB_ULPI
96 help
97 Include support for phyCORE-i.MX27 (aka pcm038) platform. This
98 includes specific configurations for the module and its peripherals.
99
100choice
101 prompt "Baseboard"

--- 6 unchanged lines hidden (view full) ---

108 help
109 This adds board specific devices that can be found on Phytec's
110 PCM970 evaluation board.
111
112endchoice
113
114config MACH_CPUIMX27
115 bool "Eukrea CPUIMX27 module"
116 select IMX_HAVE_PLATFORM_IMX_I2C
114 select IMX_HAVE_PLATFORM_MXC_NAND
115 help
116 Include support for Eukrea CPUIMX27 platform. This includes
117 specific configurations for the module and its peripherals.
118
119config MACH_EUKREA_CPUIMX27_USESDHC2
120 bool "CPUIMX27 integrates SDHC2 module"
121 depends on MACH_CPUIMX27

--- 24 unchanged lines hidden (view full) ---

146config MACH_IMX27LITE
147 bool "LogicPD MX27 LITEKIT platform"
148 help
149 Include support for MX27 LITEKIT platform. This includes specific
150 configurations for the board and its peripherals.
151
152config MACH_PCA100
153 bool "Phytec phyCARD-s (pca100)"
117 select IMX_HAVE_PLATFORM_MXC_NAND
118 help
119 Include support for Eukrea CPUIMX27 platform. This includes
120 specific configurations for the module and its peripherals.
121
122config MACH_EUKREA_CPUIMX27_USESDHC2
123 bool "CPUIMX27 integrates SDHC2 module"
124 depends on MACH_CPUIMX27

--- 24 unchanged lines hidden (view full) ---

149config MACH_IMX27LITE
150 bool "LogicPD MX27 LITEKIT platform"
151 help
152 Include support for MX27 LITEKIT platform. This includes specific
153 configurations for the board and its peripherals.
154
155config MACH_PCA100
156 bool "Phytec phyCARD-s (pca100)"
157 select IMX_HAVE_PLATFORM_IMX_I2C
154 select IMX_HAVE_PLATFORM_MXC_NAND
155 select MXC_ULPI if USB_ULPI
156 help
157 Include support for phyCARD-s (aka pca100) platform. This
158 includes specific configurations for the module and its peripherals.
159
160config MACH_MXT_TD60
161 bool "Maxtrack i-MXT TD60"
158 select IMX_HAVE_PLATFORM_MXC_NAND
159 select MXC_ULPI if USB_ULPI
160 help
161 Include support for phyCARD-s (aka pca100) platform. This
162 includes specific configurations for the module and its peripherals.
163
164config MACH_MXT_TD60
165 bool "Maxtrack i-MXT TD60"
166 select IMX_HAVE_PLATFORM_IMX_I2C
162 select IMX_HAVE_PLATFORM_MXC_NAND
163 help
164 Include support for i-MXT (aka td60) platform. This
165 includes specific configurations for the module and its peripherals.
166
167endif
167 select IMX_HAVE_PLATFORM_MXC_NAND
168 help
169 Include support for i-MXT (aka td60) platform. This
170 includes specific configurations for the module and its peripherals.
171
172endif