arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git] / arch / arm / mach-meson / Kconfig
blob01f0f4b765e00c980c855389256681d9d7293912
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig ARCH_MESON
3         bool "Amlogic Meson SoCs"
4         depends on ARCH_MULTI_V7
5         select GPIOLIB
6         select GENERIC_IRQ_CHIP
7         select ARM_GIC
8         select ARM_GLOBAL_TIMER
9         select CACHE_L2X0
10         select PINCTRL
11         select PINCTRL_MESON
12         select COMMON_CLK
13         select HAVE_ARM_SCU if SMP
14         select HAVE_ARM_TWD if SMP
16 if ARCH_MESON
18 config MACH_MESON6
19         bool "Amlogic Meson6 (8726MX) SoCs support"
20         default ARCH_MESON
21         select MESON6_TIMER
23 config MACH_MESON8
24         bool "Amlogic Meson8, Meson8b and Meson8m2 SoCs support"
25         default ARCH_MESON
26         select MESON6_TIMER
27         select COMMON_CLK_MESON8B
28         select MESON_IRQ_GPIO
30 endif