1if ARCH_MXS 2 3source "arch/arm/mach-mxs/devices/Kconfig" 4 5config MXS_OCOTP 6 bool 7 8config 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 21 select MXS_HAVE_AMBA_DUART 22 select MXS_HAVE_PLATFORM_AUART 23 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 31 select MXS_HAVE_AMBA_DUART 32 select MXS_HAVE_PLATFORM_FEC 33 select MXS_OCOTP 34 default y 35 help 36 Include support for MX28EVK platform. This includes specific 37 configurations for the board and its peripherals. 38 39endif 40