]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/mach-meson/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / mach-meson / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
3b8f5030 2menuconfig ARCH_MESON
e3246542
MY
3 bool "Amlogic Meson SoCs"
4 depends on ARCH_MULTI_V7
5c34a4e8 5 select GPIOLIB
3b8f5030
CC
6 select GENERIC_IRQ_CHIP
7 select ARM_GIC
e9e863dc 8 select ARM_GLOBAL_TIMER
6a4ccd9a 9 select CACHE_L2X0
ec9c0683
BG
10 select PINCTRL
11 select PINCTRL_MESON
efea375f 12 select COMMON_CLK
d850f3e5 13 select HAVE_ARM_SCU if SMP
e9e863dc 14 select HAVE_ARM_TWD if SMP
3b8f5030
CC
15
16if ARCH_MESON
17
18config MACH_MESON6
19 bool "Amlogic Meson6 (8726MX) SoCs support"
20 default ARCH_MESON
21 select MESON6_TIMER
22
e790af67 23config MACH_MESON8
ae0257da 24 bool "Amlogic Meson8, Meson8b and Meson8m2 SoCs support"
55fa3ee0
CC
25 default ARCH_MESON
26 select MESON6_TIMER
efea375f 27 select COMMON_CLK_MESON8B
dea54268 28 select MESON_IRQ_GPIO
55fa3ee0 29
3b8f5030 30endif