| Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame^] | 1 | if ARCH_MX2 | 
| Juergen Beisert | eea643f | 2008-07-05 10:02:56 +0200 | [diff] [blame] | 2 |  | 
| Holger Schurig | 5512e88 | 2009-01-26 16:34:52 +0100 | [diff] [blame] | 3 | choice | 
| Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame^] | 4 | 	prompt "CPUs:" | 
| Holger Schurig | 5512e88 | 2009-01-26 16:34:52 +0100 | [diff] [blame] | 5 | 	default MACH_MX21 | 
 | 6 |  | 
 | 7 | config MACH_MX21 | 
 | 8 | 	bool "i.MX21 support" | 
| Holger Schurig | 5512e88 | 2009-01-26 16:34:52 +0100 | [diff] [blame] | 9 | 	help | 
 | 10 | 	  This enables support for Freescale's MX2 based i.MX21 processor. | 
 | 11 |  | 
| Juergen Beisert | f31405c | 2008-07-05 10:02:59 +0200 | [diff] [blame] | 12 | config MACH_MX27 | 
 | 13 | 	bool "i.MX27 support" | 
| Juergen Beisert | f31405c | 2008-07-05 10:02:59 +0200 | [diff] [blame] | 14 | 	help | 
 | 15 | 	  This enables support for Freescale's MX2 based i.MX27 processor. | 
 | 16 |  | 
| Holger Schurig | 5512e88 | 2009-01-26 16:34:52 +0100 | [diff] [blame] | 17 | endchoice | 
 | 18 |  | 
| Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame^] | 19 | comment "MX2 platforms:" | 
| Juergen Beisert | 80eedae | 2008-07-05 10:03:00 +0200 | [diff] [blame] | 20 |  | 
 | 21 | config MACH_MX27ADS | 
 | 22 | 	bool "MX27ADS platform" | 
 | 23 | 	depends on MACH_MX27 | 
 | 24 | 	help | 
 | 25 | 	  Include support for MX27ADS platform. This includes specific | 
 | 26 | 	  configurations for the board and its peripherals. | 
| Juergen Beisert | 7e5e9f5 | 2008-07-05 10:03:00 +0200 | [diff] [blame] | 27 |  | 
 | 28 | config MACH_PCM038 | 
 | 29 | 	bool "Phytec phyCORE-i.MX27 CPU module (pcm038)" | 
 | 30 | 	depends on MACH_MX27 | 
 | 31 | 	help | 
 | 32 | 	  Include support for phyCORE-i.MX27 (aka pcm038) platform. This | 
 | 33 | 	  includes specific configurations for the module and its peripherals. | 
| Juergen Beisert | ff6552e | 2008-07-05 10:03:01 +0200 | [diff] [blame] | 34 |  | 
 | 35 | choice | 
 | 36 | 	prompt "Baseboard" | 
 | 37 | 	depends on MACH_PCM038 | 
 | 38 | 	default MACH_PCM970_BASEBOARD | 
 | 39 |  | 
 | 40 | config MACH_PCM970_BASEBOARD | 
 | 41 | 	prompt "PHYTEC PCM970 development board" | 
 | 42 | 	bool | 
 | 43 | 	help | 
 | 44 | 	  This adds board specific devices that can be found on Phytec's | 
 | 45 | 	  PCM970 evaluation board. | 
 | 46 |  | 
 | 47 | endchoice | 
| Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame^] | 48 |  | 
 | 49 | endif |