0124-arm64-mediatek-cleanup-message-for-platform-selectio.patch 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. From f9bea440dd8dbf1eda8644e4b1d76503053f17b6 Mon Sep 17 00:00:00 2001
  2. From: Sean Wang <[email protected]>
  3. Date: Thu, 19 Oct 2017 17:52:54 +0800
  4. Subject: [PATCH 124/224] arm64: mediatek: cleanup message for platform
  5. selection
  6. The latest kernel tree already can support more MediaTek platforms such as
  7. MT2712 and MT7622, so additional descriptions for those platforms are added
  8. and certain cleanups are also being made here.
  9. Signed-off-by: Sean Wang <[email protected]>
  10. Signed-off-by: Matthias Brugger <[email protected]>
  11. ---
  12. arch/arm64/Kconfig.platforms | 5 +++--
  13. 1 file changed, 3 insertions(+), 2 deletions(-)
  14. --- a/arch/arm64/Kconfig.platforms
  15. +++ b/arch/arm64/Kconfig.platforms
  16. @@ -91,12 +91,13 @@ config ARCH_HISI
  17. This enables support for Hisilicon ARMv8 SoC family
  18. config ARCH_MEDIATEK
  19. - bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
  20. + bool "MediaTek SoC Family"
  21. select ARM_GIC
  22. select PINCTRL
  23. select MTK_TIMER
  24. help
  25. - Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
  26. + This enables support for MediaTek MT27xx, MT65xx, MT76xx
  27. + & MT81xx ARMv8 SoCs
  28. config ARCH_MESON
  29. bool "Amlogic Platforms"