Kconfig 517 Bytes
Newer Older
1 2
menuconfig ARCH_MESON
	bool "Amlogic Meson SoCs" if ARCH_MULTI_V7
3
	select ARCH_REQUIRE_GPIOLIB
4 5
	select GENERIC_IRQ_CHIP
	select ARM_GIC
6
	select CACHE_L2X0
7 8
	select PINCTRL
	select PINCTRL_MESON
9 10 11 12 13 14 15 16

if ARCH_MESON

config MACH_MESON6
	bool "Amlogic Meson6 (8726MX) SoCs support"
	default ARCH_MESON
	select MESON6_TIMER

17 18 19 20 21
config MACH_MESON8
	bool "Amlogic Meson8 SoCs support"
	default ARCH_MESON
	select MESON6_TIMER

22 23 24 25 26
config MACH_MESON8B
	bool "Amlogic Meson8b SoCs support"
	default ARCH_MESON
	select MESON6_TIMER

27
endif