Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752796AbbBYJHf (ORCPT ); Wed, 25 Feb 2015 04:07:35 -0500 Received: from mailgw01.mediatek.com ([210.61.82.183]:42372 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751720AbbBYJH2 (ORCPT ); Wed, 25 Feb 2015 04:07:28 -0500 X-Listener-Flag: 11101 Subject: Re: [PATCH 1/3] arm64: mediatek: Add config option for mt8173. From: Yingjoe Chen To: Hongzhou Yang , Matthias Brugger , Arnd Bergmann CC: Rob Herring , Linus Walleij , Mark Rutland , , Vladimir Murzin , Russell King , Catalin Marinas , , , , , , Sascha Hauer , , In-Reply-To: <1422342836-27689-2-git-send-email-hongzhou.yang@mediatek.com> References: <1422342836-27689-1-git-send-email-hongzhou.yang@mediatek.com> <1422342836-27689-2-git-send-email-hongzhou.yang@mediatek.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 25 Feb 2015 17:07:22 +0800 Message-ID: <1424855242.7845.9.camel@mtksdaap41> MIME-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1281 Lines: 46 On Tue, 2015-01-27 at 15:13 +0800, Hongzhou Yang wrote: > From: Hongzhou Yang > > The upcoming MTK pinctrl driver have a big pin table for each SoC, > and we don't want to bloat the kernel binary if we don't need it. > Add config options so we can build for one SoC only. > > Signed-off-by: Hongzhou Yang > --- > arch/arm64/Kconfig | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig > index e627ead..6213dac 100644 > --- a/arch/arm64/Kconfig > +++ b/arch/arm64/Kconfig > @@ -151,9 +151,15 @@ menu "Platform selection" > config ARCH_MEDIATEK > bool "Mediatek MT65xx & MT81xx ARMv8 SoC" > select ARM_GIC > + select PINCTRL > help > Support for Mediatek MT65xx & MT81xx ARMv8 SoCs > > +config MACH_MT8173 > + bool "Mediatek 8173 Soc Supprt" > + depends on ARCH_MEDIATEK > + default y > + > config ARCH_SEATTLE > bool "AMD Seattle SoC Family" > help Hi Arnd/Matthias, Any comments on this patch? Joe.C -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/