From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hongzhou Yang Subject: [PATCH 1/3] arm64: mediatek: Add config option for mt8173. Date: Tue, 27 Jan 2015 15:13:54 +0800 Message-ID: <1422342836-27689-2-git-send-email-hongzhou.yang@mediatek.com> References: <1422342836-27689-1-git-send-email-hongzhou.yang@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1422342836-27689-1-git-send-email-hongzhou.yang@mediatek.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Rob Herring , Linus Walleij , Matthias Brugger Cc: Mark Rutland , devicetree@vger.kernel.org, Vladimir Murzin , Russell King , Pawel Moll , Ian Campbell , Hongzhou Yang , Catalin Marinas , eddie.huang@mediatek.com, linux-kernel@vger.kernel.org, alan.cheng@mediatek.com, maoguang.meng@mediatek.com, Ashwin Chaugule , toby.liu@mediatek.com, Sascha Hauer , Kumar Gala , Grant Likely , "Joe.C" , dandan.he@mediatek.com, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org 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 -- 1.8.1.1.dirty From mboxrd@z Thu Jan 1 00:00:00 1970 From: hongzhou.yang@mediatek.com (Hongzhou Yang) Date: Tue, 27 Jan 2015 15:13:54 +0800 Subject: [PATCH 1/3] arm64: mediatek: Add config option for mt8173. In-Reply-To: <1422342836-27689-1-git-send-email-hongzhou.yang@mediatek.com> References: <1422342836-27689-1-git-send-email-hongzhou.yang@mediatek.com> Message-ID: <1422342836-27689-2-git-send-email-hongzhou.yang@mediatek.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 -- 1.8.1.1.dirty