kernel: bump 5.15 to 5.15.68
[openwrt/openwrt.git] / target / linux / airoha / patches-5.15 / 0001-add-airoha-platform.patch
1 --- a/arch/arm/Kconfig
2 +++ b/arch/arm/Kconfig
3 @@ -571,6 +571,18 @@ config ARCH_VIRT
4 select HAVE_ARM_ARCH_TIMER
5 select ARCH_SUPPORTS_BIG_ENDIAN
6
7 +config ARCH_AIROHA
8 + bool "Airoha SoC Support"
9 + depends on ARCH_MULTI_V7
10 + select ARM_AMBA
11 + select ARM_GIC
12 + select ARM_GIC_V3
13 + select ARM_PSCI
14 + select HAVE_ARM_ARCH_TIMER
15 + select COMMON_CLK
16 + help
17 + Support for Airoha EN7523 SoCs
18 +
19 #
20 # This is sorted alphabetically by mach-* pathname. However, plat-*
21 # Kconfigs may be included either alphabetically (according to the
22 --- a/arch/arm/Makefile
23 +++ b/arch/arm/Makefile
24 @@ -156,6 +156,7 @@ textofs-$(CONFIG_ARCH_AXXIA) := 0x003080
25 # Machine directory name. This list is sorted alphanumerically
26 # by CONFIG_* macro name.
27 machine-$(CONFIG_ARCH_ACTIONS) += actions
28 +machine-$(CONFIG_ARCH_AIROHA) += airoha
29 machine-$(CONFIG_ARCH_ALPINE) += alpine
30 machine-$(CONFIG_ARCH_ARTPEC) += artpec
31 machine-$(CONFIG_ARCH_ASPEED) += aspeed