]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/mach-meson/Kconfig
Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / mach-meson / Kconfig
CommitLineData
3b8f5030 1menuconfig ARCH_MESON
e3246542
MY
2 bool "Amlogic Meson SoCs"
3 depends on ARCH_MULTI_V7
5c34a4e8 4 select GPIOLIB
3b8f5030
CC
5 select GENERIC_IRQ_CHIP
6 select ARM_GIC
6a4ccd9a 7 select CACHE_L2X0
ec9c0683
BG
8 select PINCTRL
9 select PINCTRL_MESON
efea375f
MT
10 select COMMON_CLK
11 select COMMON_CLK_AMLOGIC
3b8f5030
CC
12
13if ARCH_MESON
14
15config MACH_MESON6
16 bool "Amlogic Meson6 (8726MX) SoCs support"
17 default ARCH_MESON
18 select MESON6_TIMER
19
e790af67
BG
20config MACH_MESON8
21 bool "Amlogic Meson8 SoCs support"
22 default ARCH_MESON
23 select MESON6_TIMER
24
55fa3ee0
CC
25config MACH_MESON8B
26 bool "Amlogic Meson8b SoCs support"
27 default ARCH_MESON
28 select MESON6_TIMER
efea375f 29 select COMMON_CLK_MESON8B
55fa3ee0 30
3b8f5030 31endif