kernel: bump 4.14 to 4.14.44
[openwrt/openwrt.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 --- a/arch/arm64/Kconfig.platforms
18 +++ b/arch/arm64/Kconfig.platforms
19 @@ -91,12 +91,13 @@ config ARCH_HISI
20 This enables support for Hisilicon ARMv8 SoC family
21
22 config ARCH_MEDIATEK
23 - bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
24 + bool "MediaTek SoC Family"
25 select ARM_GIC
26 select PINCTRL
27 select MTK_TIMER
28 help
29 - Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
30 + This enables support for MediaTek MT27xx, MT65xx, MT76xx
31 + & MT81xx ARMv8 SoCs
32
33 config ARCH_MESON
34 bool "Amlogic Platforms"