From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755535AbdLTOsh (ORCPT ); Wed, 20 Dec 2017 09:48:37 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:45138 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754664AbdLTOsd (ORCPT ); Wed, 20 Dec 2017 09:48:33 -0500 X-Google-Smtp-Source: ACJfBovmwCBXfHxylxGmw1wS6a0Z9aDf9am5RV1ral+Bhw9LY1yjClzgRj1w40pweoNBF1w9NSoGUQ== Subject: Re: [PATCH] ARM: mediatek: use more generic prompts for SoCs with ARMv7 To: sean.wang@mediatek.com, linux@armlinux.org.uk Cc: linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org References: From: Matthias Brugger Message-ID: <2b8d9d8a-5356-429e-586b-d0ff8890c098@gmail.com> Date: Wed, 20 Dec 2017 15:48:30 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/18/2017 10:39 AM, sean.wang@mediatek.com wrote: > From: Sean Wang > > 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 > --- > arch/arm/mach-mediatek/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig > index 70e49d5..91cc461 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 > Applied to v4.15-next/soc Thanks!