1menuconfig ARCH_MESON 2 bool "Amlogic Meson SoCs" 3 depends on ARCH_MULTI_V7 4 select ARCH_REQUIRE_GPIOLIB 5 select GENERIC_IRQ_CHIP 6 select ARM_GIC 7 select CACHE_L2X0 8 select PINCTRL 9 select PINCTRL_MESON 10 11if ARCH_MESON 12 13config MACH_MESON6 14 bool "Amlogic Meson6 (8726MX) SoCs support" 15 default ARCH_MESON 16 select MESON6_TIMER 17 18config MACH_MESON8 19 bool "Amlogic Meson8 SoCs support" 20 default ARCH_MESON 21 select MESON6_TIMER 22 23config MACH_MESON8B 24 bool "Amlogic Meson8b SoCs support" 25 default ARCH_MESON 26 select MESON6_TIMER 27 28endif 29