mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-06 13:55:22 +02:00

Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
626 B
626 B
SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_MESON bool "Amlogic Meson SoCs" depends on ARCH_MULTI_V7 select GPIOLIB select GENERIC_IRQ_CHIP select ARM_GIC select ARM_GLOBAL_TIMER select CACHE_L2X0 select PINCTRL select PINCTRL_MESON select COMMON_CLK select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD 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