blob: 836cc81a63a1ff2b433a7ef016f49aba9a9fd516 [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
Sascha Hauer2301dfa2011-01-25 11:58:15 +010011 select HAVE_PWM
Shawn Guo1d3f33d2010-12-13 20:55:03 +080012
13config SOC_IMX28
14 bool
15 select CPU_ARM926T
Sascha Hauer2301dfa2011-01-25 11:58:15 +010016 select HAVE_PWM
Shawn Guo1d3f33d2010-12-13 20:55:03 +080017
18comment "MXS platforms:"
19
20config MACH_MX23EVK
21 bool "Support MX23EVK Platform"
22 select SOC_IMX23
Shawn Guodbc42452011-01-04 14:20:52 +080023 select MXS_HAVE_AMBA_DUART
Shawn Guo2e8acbc2011-02-17 14:28:51 +080024 select MXS_HAVE_PLATFORM_AUART
Shawn Guo1d3f33d2010-12-13 20:55:03 +080025 default y
26 help
27 Include support for MX23EVK platform. This includes specific
28 configurations for the board and its peripherals.
29
30config MACH_MX28EVK
31 bool "Support MX28EVK Platform"
32 select SOC_IMX28
Shawn Guodbc42452011-01-04 14:20:52 +080033 select MXS_HAVE_AMBA_DUART
Shawn Guo15808182011-02-17 14:28:52 +080034 select MXS_HAVE_PLATFORM_AUART
Shawn Guo1d3f33d2010-12-13 20:55:03 +080035 select MXS_HAVE_PLATFORM_FEC
Shawn Guo67f43082011-01-14 23:11:23 +080036 select MXS_OCOTP
Shawn Guo1d3f33d2010-12-13 20:55:03 +080037 default y
38 help
39 Include support for MX28EVK platform. This includes specific
40 configurations for the board and its peripherals.
41
42endif