0001-add-airoha-platform.patch 953 B

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