xref: /openbmc/linux/arch/arm/mach-meson/Kconfig (revision e790af67)
1menuconfig ARCH_MESON
2	bool "Amlogic Meson SoCs" if ARCH_MULTI_V7
3	select GENERIC_IRQ_CHIP
4	select ARM_GIC
5
6if ARCH_MESON
7
8config MACH_MESON6
9	bool "Amlogic Meson6 (8726MX) SoCs support"
10	default ARCH_MESON
11	select MESON6_TIMER
12
13config MACH_MESON8
14	bool "Amlogic Meson8 SoCs support"
15	default ARCH_MESON
16	select MESON6_TIMER
17
18endif
19