diff options
| author | Sean Wang <sean.wang@mediatek.com> | 2017-10-19 05:52:54 -0400 |
|---|---|---|
| committer | Matthias Brugger <matthias.bgg@gmail.com> | 2017-10-20 07:13:07 -0400 |
| commit | 598f9b2ec479715decb8f6aea59a45459159c515 (patch) | |
| tree | d18f47edaa2260b67165bd43e4c47a51250af259 | |
| parent | ab86ba2f8c3ab075833357c8ddc1b1ecd6b599a6 (diff) | |
arm64: mediatek: cleanup message for platform selection
The latest kernel tree already can support more MediaTek platforms such as
MT2712 and MT7622, so additional descriptions for those platforms are added
and certain cleanups are also being made here.
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
| -rw-r--r-- | arch/arm64/Kconfig.platforms | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 6b54ee8c1262..ab69f5fce261 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms | |||
| @@ -91,12 +91,13 @@ config ARCH_HISI | |||
| 91 | This enables support for Hisilicon ARMv8 SoC family | 91 | This enables support for Hisilicon ARMv8 SoC family |
| 92 | 92 | ||
| 93 | config ARCH_MEDIATEK | 93 | config ARCH_MEDIATEK |
| 94 | bool "Mediatek MT65xx & MT81xx ARMv8 SoC" | 94 | bool "MediaTek SoC Family" |
| 95 | select ARM_GIC | 95 | select ARM_GIC |
| 96 | select PINCTRL | 96 | select PINCTRL |
| 97 | select MTK_TIMER | 97 | select MTK_TIMER |
| 98 | help | 98 | help |
| 99 | Support for Mediatek MT65xx & MT81xx ARMv8 SoCs | 99 | This enables support for MediaTek MT27xx, MT65xx, MT76xx |
| 100 | & MT81xx ARMv8 SoCs | ||
| 100 | 101 | ||
| 101 | config ARCH_MESON | 102 | config ARCH_MESON |
| 102 | bool "Amlogic Platforms" | 103 | bool "Amlogic Platforms" |
