blob: 55bf075add9b28f164b2e98a95567cff0b285831 [file] [log] [blame]
Shawn Guo1d3f33d2010-12-13 20:55:03 +08001if ARCH_MXS
2
3source "arch/arm/mach-mxs/devices/Kconfig"
4
Shawn Guo67f43082011-01-14 23:11:23 +08005config MXS_OCOTP
6 bool
7
Shawn Guo1d3f33d2010-12-13 20:55:03 +08008config SOC_IMX23
9 bool
10 select CPU_ARM926T
11
12config SOC_IMX28
13 bool
14 select CPU_ARM926T
15
16comment "MXS platforms:"
17
18config MACH_MX23EVK
19 bool "Support MX23EVK Platform"
20 select SOC_IMX23
Shawn Guodbc42452011-01-04 14:20:52 +080021 select MXS_HAVE_AMBA_DUART
Shawn Guo2e8acbc2011-02-17 14:28:51 +080022 select MXS_HAVE_PLATFORM_AUART
Shawn Guo1d3f33d2010-12-13 20:55:03 +080023 default y
24 help
25 Include support for MX23EVK platform. This includes specific
26 configurations for the board and its peripherals.
27
28config MACH_MX28EVK
29 bool "Support MX28EVK Platform"
30 select SOC_IMX28
Shawn Guodbc42452011-01-04 14:20:52 +080031 select MXS_HAVE_AMBA_DUART
Shawn Guo15808182011-02-17 14:28:52 +080032 select MXS_HAVE_PLATFORM_AUART
Shawn Guo1d3f33d2010-12-13 20:55:03 +080033 select MXS_HAVE_PLATFORM_FEC
Shawn Guo67f43082011-01-14 23:11:23 +080034 select MXS_OCOTP
Shawn Guo1d3f33d2010-12-13 20:55:03 +080035 default y
36 help
37 Include support for MX28EVK platform. This includes specific
38 configurations for the board and its peripherals.
39
40endif