| Amit Kucheria | b996b58 | 2010-02-02 11:57:53 -0800 | [diff] [blame] | 1 | if ARCH_MX5 | 
 | 2 |  | 
 | 3 | config ARCH_MX51 | 
 | 4 | 	bool | 
 | 5 | 	default y | 
 | 6 | 	select MXC_TZIC | 
 | 7 | 	select ARCH_MXC_IOMUX_V3 | 
 | 8 |  | 
 | 9 | comment "MX5 platforms:" | 
 | 10 |  | 
 | 11 | config MACH_MX51_BABBAGE | 
 | 12 | 	bool "Support MX51 BABBAGE platforms" | 
| Uwe Kleine-König | 44505c0 | 2010-09-30 16:44:53 +0200 | [diff] [blame^] | 13 | 	select IMX_HAVE_PLATFORM_IMX_I2C | 
| Amit Kucheria | b996b58 | 2010-02-02 11:57:53 -0800 | [diff] [blame] | 14 | 	help | 
 | 15 | 	  Include support for MX51 Babbage platform, also known as MX51EVK in | 
 | 16 | 	  u-boot. This includes specific configurations for the board and its | 
 | 17 | 	  peripherals. | 
 | 18 |  | 
| Jason Wang | beaac6f3 | 2010-07-14 21:24:52 +0800 | [diff] [blame] | 19 | config MACH_MX51_3DS | 
 | 20 | 	bool "Support MX51PDK (3DS)" | 
 | 21 | 	select MXC_DEBUG_BOARD | 
 | 22 | 	help | 
 | 23 | 	  Include support for MX51PDK (3DS) platform. This includes specific | 
 | 24 | 	  configurations for the board and its peripherals. | 
| Eric Bénard | ef93f14 | 2010-07-23 16:11:19 +0200 | [diff] [blame] | 25 |  | 
 | 26 | config MACH_EUKREA_CPUIMX51 | 
 | 27 | 	bool "Support Eukrea CPUIMX51 module" | 
| Uwe Kleine-König | 44505c0 | 2010-09-30 16:44:53 +0200 | [diff] [blame^] | 28 | 	select IMX_HAVE_PLATFORM_IMX_I2C | 
| Eric Bénard | ef93f14 | 2010-07-23 16:11:19 +0200 | [diff] [blame] | 29 | 	help | 
 | 30 | 	  Include support for Eukrea CPUIMX51 platform. This includes | 
 | 31 | 	  specific configurations for the module and its peripherals. | 
 | 32 |  | 
 | 33 | choice | 
 | 34 | 	prompt "Baseboard" | 
 | 35 | 	depends on MACH_EUKREA_CPUIMX51 | 
 | 36 | 	default MACH_EUKREA_MBIMX51_BASEBOARD | 
 | 37 |  | 
 | 38 | config MACH_EUKREA_MBIMX51_BASEBOARD | 
 | 39 | 	prompt "Eukrea MBIMX51 development board" | 
 | 40 | 	bool | 
 | 41 | 	help | 
 | 42 | 	  This adds board specific devices that can be found on Eukrea's | 
 | 43 | 	  MBIMX51 evaluation board. | 
 | 44 |  | 
 | 45 | endchoice | 
 | 46 |  | 
| Amit Kucheria | b996b58 | 2010-02-02 11:57:53 -0800 | [diff] [blame] | 47 | endif |