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 | |
Shawn Guo | 67f4308 | 2011-01-14 23:11:23 +0800 | [diff] [blame] | 5 | config MXS_OCOTP |
| 6 | bool |
| 7 | |
Shawn Guo | 1d3f33d | 2010-12-13 20:55:03 +0800 | [diff] [blame] | 8 | config SOC_IMX23 |
| 9 | bool |
| 10 | select CPU_ARM926T |
| 11 | |
| 12 | config SOC_IMX28 |
| 13 | bool |
| 14 | select CPU_ARM926T |
| 15 | |
| 16 | comment "MXS platforms:" |
| 17 | |
| 18 | config MACH_MX23EVK |
| 19 | bool "Support MX23EVK Platform" |
| 20 | select SOC_IMX23 |
Shawn Guo | dbc4245 | 2011-01-04 14:20:52 +0800 | [diff] [blame] | 21 | select MXS_HAVE_AMBA_DUART |
Shawn Guo | 2e8acbc | 2011-02-17 14:28:51 +0800 | [diff] [blame] | 22 | select MXS_HAVE_PLATFORM_AUART |
Shawn Guo | 1d3f33d | 2010-12-13 20:55:03 +0800 | [diff] [blame] | 23 | default y |
| 24 | help |
| 25 | Include support for MX23EVK platform. This includes specific |
| 26 | configurations for the board and its peripherals. |
| 27 | |
| 28 | config MACH_MX28EVK |
| 29 | bool "Support MX28EVK Platform" |
| 30 | select SOC_IMX28 |
Shawn Guo | dbc4245 | 2011-01-04 14:20:52 +0800 | [diff] [blame] | 31 | select MXS_HAVE_AMBA_DUART |
Shawn Guo | 1580818 | 2011-02-17 14:28:52 +0800 | [diff] [blame] | 32 | select MXS_HAVE_PLATFORM_AUART |
Shawn Guo | 1d3f33d | 2010-12-13 20:55:03 +0800 | [diff] [blame] | 33 | select MXS_HAVE_PLATFORM_FEC |
Shawn Guo | 67f4308 | 2011-01-14 23:11:23 +0800 | [diff] [blame] | 34 | select MXS_OCOTP |
Shawn Guo | 1d3f33d | 2010-12-13 20:55:03 +0800 | [diff] [blame] | 35 | default y |
| 36 | help |
| 37 | Include support for MX28EVK platform. This includes specific |
| 38 | configurations for the board and its peripherals. |
| 39 | |
| 40 | endif |