aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-meson/Kconfig
blob: 31bdd91098b637fa4f9314f649ada051e89a7f95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
menuconfig ARCH_MESON
	bool "Amlogic Meson SoCs"
	depends on ARCH_MULTI_V7
	select ARCH_REQUIRE_GPIOLIB
	select GENERIC_IRQ_CHIP
	select ARM_GIC
	select CACHE_L2X0
	select PINCTRL
	select PINCTRL_MESON

if ARCH_MESON

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

config MACH_MESON8
	bool "Amlogic Meson8 SoCs support"
	default ARCH_MESON
	select MESON6_TIMER

config MACH_MESON8B
	bool "Amlogic Meson8b SoCs support"
	default ARCH_MESON
	select MESON6_TIMER

endif