diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:02:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:02:30 +0000 |
commit | 76cb841cb886eef6b3bee341a2266c76578724ad (patch) | |
tree | f5892e5ba6cc11949952a6ce4ecbe6d516d6ce58 /arch/arm/mach-meson/Kconfig | |
parent | Initial commit. (diff) | |
download | linux-76cb841cb886eef6b3bee341a2266c76578724ad.tar.xz linux-76cb841cb886eef6b3bee341a2266c76578724ad.zip |
Adding upstream version 4.19.249.upstream/4.19.249upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'arch/arm/mach-meson/Kconfig')
-rw-r--r-- | arch/arm/mach-meson/Kconfig | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig new file mode 100644 index 000000000..d51cfda95 --- /dev/null +++ b/arch/arm/mach-meson/Kconfig @@ -0,0 +1,28 @@ +menuconfig ARCH_MESON + bool "Amlogic Meson SoCs" + depends on ARCH_MULTI_V7 + select GPIOLIB + select GENERIC_IRQ_CHIP + select ARM_GIC + select CACHE_L2X0 + select PINCTRL + select PINCTRL_MESON + select COMMON_CLK + select COMMON_CLK_AMLOGIC + select HAVE_ARM_SCU if SMP + +if ARCH_MESON + +config MACH_MESON6 + bool "Amlogic Meson6 (8726MX) SoCs support" + default ARCH_MESON + select MESON6_TIMER + +config MACH_MESON8 + bool "Amlogic Meson8, Meson8b and Meson8m2 SoCs support" + default ARCH_MESON + select MESON6_TIMER + select COMMON_CLK_MESON8B + select MESON_IRQ_GPIO + +endif |