18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ciconfig SOC_IMX23 38c2ecf20Sopenharmony_ci bool 48c2ecf20Sopenharmony_ci select ARM_AMBA 58c2ecf20Sopenharmony_ci select ARM_CPU_SUSPEND if PM 68c2ecf20Sopenharmony_ci select CPU_ARM926T 78c2ecf20Sopenharmony_ci select PINCTRL_IMX23 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciconfig SOC_IMX28 108c2ecf20Sopenharmony_ci bool 118c2ecf20Sopenharmony_ci select ARM_AMBA 128c2ecf20Sopenharmony_ci select ARM_CPU_SUSPEND if PM 138c2ecf20Sopenharmony_ci select CPU_ARM926T 148c2ecf20Sopenharmony_ci select PINCTRL_IMX28 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ciconfig ARCH_MXS 178c2ecf20Sopenharmony_ci bool "Freescale MXS (i.MX23, i.MX28) support" 188c2ecf20Sopenharmony_ci depends on ARCH_MULTI_V5 198c2ecf20Sopenharmony_ci select GPIOLIB 208c2ecf20Sopenharmony_ci select MXS_TIMER 218c2ecf20Sopenharmony_ci select PINCTRL 228c2ecf20Sopenharmony_ci select SOC_BUS 238c2ecf20Sopenharmony_ci select SOC_IMX23 248c2ecf20Sopenharmony_ci select SOC_IMX28 258c2ecf20Sopenharmony_ci select STMP_DEVICE 268c2ecf20Sopenharmony_ci help 278c2ecf20Sopenharmony_ci Support for Freescale MXS-based family of processors 28