162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ciconfig SOC_IMX23 362306a36Sopenharmony_ci bool 462306a36Sopenharmony_ci select ARM_AMBA 562306a36Sopenharmony_ci select ARM_CPU_SUSPEND if PM 662306a36Sopenharmony_ci select CPU_ARM926T 762306a36Sopenharmony_ci select PINCTRL_IMX23 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciconfig SOC_IMX28 1062306a36Sopenharmony_ci bool 1162306a36Sopenharmony_ci select ARM_AMBA 1262306a36Sopenharmony_ci select ARM_CPU_SUSPEND if PM 1362306a36Sopenharmony_ci select CPU_ARM926T 1462306a36Sopenharmony_ci select PINCTRL_IMX28 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ciconfig ARCH_MXS 1762306a36Sopenharmony_ci bool "Freescale MXS (i.MX23, i.MX28) support" 1862306a36Sopenharmony_ci depends on ARCH_MULTI_V5 1962306a36Sopenharmony_ci depends on CPU_LITTLE_ENDIAN 2062306a36Sopenharmony_ci select GPIOLIB 2162306a36Sopenharmony_ci select MXS_TIMER 2262306a36Sopenharmony_ci select PINCTRL 2362306a36Sopenharmony_ci select SOC_BUS 2462306a36Sopenharmony_ci select SOC_IMX23 2562306a36Sopenharmony_ci select SOC_IMX28 2662306a36Sopenharmony_ci select STMP_DEVICE 2762306a36Sopenharmony_ci help 2862306a36Sopenharmony_ci Support for Freescale MXS-based family of processors 29