Shawn Guo | 1d3f33d | 2010-12-13 20:55:03 +0800 | [diff] [blame] | 1 | if ARCH_MXS |
| 2 | |
| 3 | source "arch/arm/mach-mxs/devices/Kconfig" |
| 4 | |
| 5 | config SOC_IMX23 |
| 6 | bool |
| 7 | select CPU_ARM926T |
| 8 | |
| 9 | config SOC_IMX28 |
| 10 | bool |
| 11 | select CPU_ARM926T |
| 12 | |
| 13 | comment "MXS platforms:" |
| 14 | |
| 15 | config MACH_MX23EVK |
| 16 | bool "Support MX23EVK Platform" |
| 17 | select SOC_IMX23 |
Shawn Guo | dbc4245 | 2011-01-04 14:20:52 +0800 | [diff] [blame] | 18 | select MXS_HAVE_AMBA_DUART |
Shawn Guo | 1d3f33d | 2010-12-13 20:55:03 +0800 | [diff] [blame] | 19 | default y |
| 20 | help |
| 21 | Include support for MX23EVK platform. This includes specific |
| 22 | configurations for the board and its peripherals. |
| 23 | |
| 24 | config MACH_MX28EVK |
| 25 | bool "Support MX28EVK Platform" |
| 26 | select SOC_IMX28 |
Shawn Guo | dbc4245 | 2011-01-04 14:20:52 +0800 | [diff] [blame] | 27 | select MXS_HAVE_AMBA_DUART |
Shawn Guo | 1d3f33d | 2010-12-13 20:55:03 +0800 | [diff] [blame] | 28 | select MXS_HAVE_PLATFORM_FEC |
| 29 | default y |
| 30 | help |
| 31 | Include support for MX28EVK platform. This includes specific |
| 32 | configurations for the board and its peripherals. |
| 33 | |
| 34 | endif |