blob: 65bf34e1a4f6ee518e451f99589719d25fcbee32 [file] [log] [blame]
Amit Kucheriab996b582010-02-02 11:57:53 -08001if ARCH_MX5
2
3config ARCH_MX51
4 bool
5 default y
6 select MXC_TZIC
7 select ARCH_MXC_IOMUX_V3
8
9comment "MX5 platforms:"
10
11config MACH_MX51_BABBAGE
12 bool "Support MX51 BABBAGE platforms"
Uwe Kleine-König44505c02010-09-30 16:44:53 +020013 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König04b73b12010-08-11 22:23:06 +020014 select IMX_HAVE_PLATFORM_IMX_UART
Amit Kucheriab996b582010-02-02 11:57:53 -080015 help
16 Include support for MX51 Babbage platform, also known as MX51EVK in
17 u-boot. This includes specific configurations for the board and its
18 peripherals.
19
Jason Wangbeaac6f32010-07-14 21:24:52 +080020config MACH_MX51_3DS
21 bool "Support MX51PDK (3DS)"
Uwe Kleine-König04b73b12010-08-11 22:23:06 +020022 select IMX_HAVE_PLATFORM_IMX_UART
Jason Wang988916e2010-09-02 15:52:03 +080023 select IMX_HAVE_PLATFORM_SPI_IMX
Jason Wangbeaac6f32010-07-14 21:24:52 +080024 select MXC_DEBUG_BOARD
25 help
26 Include support for MX51PDK (3DS) platform. This includes specific
27 configurations for the board and its peripherals.
Eric Bénardef93f142010-07-23 16:11:19 +020028
29config MACH_EUKREA_CPUIMX51
30 bool "Support Eukrea CPUIMX51 module"
Uwe Kleine-König44505c02010-09-30 16:44:53 +020031 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König04b73b12010-08-11 22:23:06 +020032 select IMX_HAVE_PLATFORM_IMX_UART
Eric Bénardef93f142010-07-23 16:11:19 +020033 help
34 Include support for Eukrea CPUIMX51 platform. This includes
35 specific configurations for the module and its peripherals.
36
37choice
38 prompt "Baseboard"
39 depends on MACH_EUKREA_CPUIMX51
40 default MACH_EUKREA_MBIMX51_BASEBOARD
41
42config MACH_EUKREA_MBIMX51_BASEBOARD
43 prompt "Eukrea MBIMX51 development board"
44 bool
45 help
46 This adds board specific devices that can be found on Eukrea's
47 MBIMX51 evaluation board.
48
49endchoice
50
Amit Kucheriab996b582010-02-02 11:57:53 -080051endif