From: Sean Wang Date: Mon, 18 Dec 2017 09:39:19 +0000 (+0800) Subject: ARM: mediatek: use more generic prompts for SoCs with ARMv7 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3dcf01c9707d49e8a38387f4dfe9f43dfb0e63eb;p=openwrt%2Fstaging%2Fblogic.git ARM: mediatek: use more generic prompts for SoCs with ARMv7 Supported MediaTek SoCs with ARMv7 are not limited within MT65xx or MT81xx and thus use more generic words to prompt users as the other vendors usually use. Signed-off-by: Sean Wang Signed-off-by: Matthias Brugger --- diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig index 70e49d54434e..91cc461f7b04 100644 --- a/arch/arm/mach-mediatek/Kconfig +++ b/arch/arm/mach-mediatek/Kconfig @@ -1,5 +1,5 @@ menuconfig ARCH_MEDIATEK - bool "Mediatek MT65xx & MT81xx SoC" + bool "MediaTek SoC Support" depends on ARCH_MULTI_V7 select ARM_GIC select PINCTRL