mediatek: backport upstream mediatek patches
[openwrt/staging/hauke.git] / target / linux / mediatek / patches-4.14 / 0124-arm64-mediatek-cleanup-message-for-platform-selectio.patch
1 From f9bea440dd8dbf1eda8644e4b1d76503053f17b6 Mon Sep 17 00:00:00 2001
2 From: Sean Wang <sean.wang@mediatek.com>
3 Date: Thu, 19 Oct 2017 17:52:54 +0800
4 Subject: [PATCH 124/224] arm64: mediatek: cleanup message for platform
5 selection
6
7 The latest kernel tree already can support more MediaTek platforms such as
8 MT2712 and MT7622, so additional descriptions for those platforms are added
9 and certain cleanups are also being made here.
10
11 Signed-off-by: Sean Wang <sean.wang@mediatek.com>
12 Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
13 ---
14 arch/arm64/Kconfig.platforms | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
18 index 6b54ee8c1262..ab69f5fce261 100644
19 --- a/arch/arm64/Kconfig.platforms
20 +++ b/arch/arm64/Kconfig.platforms
21 @@ -91,12 +91,13 @@ config ARCH_HISI
22 This enables support for Hisilicon ARMv8 SoC family
23
24 config ARCH_MEDIATEK
25 - bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
26 + bool "MediaTek SoC Family"
27 select ARM_GIC
28 select PINCTRL
29 select MTK_TIMER
30 help
31 - Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
32 + This enables support for MediaTek MT27xx, MT65xx, MT76xx
33 + & MT81xx ARMv8 SoCs
34
35 config ARCH_MESON
36 bool "Amlogic Platforms"
37 --
38 2.11.0
39