162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_cimenuconfig ARCH_MESON 362306a36Sopenharmony_ci bool "Amlogic Meson SoCs" 462306a36Sopenharmony_ci depends on ARCH_MULTI_V7 562306a36Sopenharmony_ci select GPIOLIB 662306a36Sopenharmony_ci select GENERIC_IRQ_CHIP 762306a36Sopenharmony_ci select ARM_GIC 862306a36Sopenharmony_ci select ARM_GLOBAL_TIMER 962306a36Sopenharmony_ci select CACHE_L2X0 1062306a36Sopenharmony_ci select PINCTRL 1162306a36Sopenharmony_ci select PINCTRL_MESON 1262306a36Sopenharmony_ci select HAVE_ARM_SCU if SMP 1362306a36Sopenharmony_ci select HAVE_ARM_TWD if SMP 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ciif ARCH_MESON 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ciconfig MACH_MESON6 1862306a36Sopenharmony_ci bool "Amlogic Meson6 (8726MX) SoCs support" 1962306a36Sopenharmony_ci default ARCH_MESON 2062306a36Sopenharmony_ci select MESON6_TIMER 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ciconfig MACH_MESON8 2362306a36Sopenharmony_ci bool "Amlogic Meson8, Meson8b and Meson8m2 SoCs support" 2462306a36Sopenharmony_ci default ARCH_MESON 2562306a36Sopenharmony_ci select MESON6_TIMER 2662306a36Sopenharmony_ci select COMMON_CLK_MESON8B 2762306a36Sopenharmony_ci select MESON_IRQ_GPIO 2862306a36Sopenharmony_ci 2962306a36Sopenharmony_ciendif 30