From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756166AbbCFGZn (ORCPT ); Fri, 6 Mar 2015 01:25:43 -0500 Received: from mailgw01.mediatek.com ([210.61.82.183]:58744 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750789AbbCFGZi (ORCPT ); Fri, 6 Mar 2015 01:25:38 -0500 X-Listener-Flag: 11101 From: Yingjoe Chen To: Linus Walleij , Matthias Brugger CC: Hongzhou Yang , , , , , , Catalin Marinas , Arnd Bergmann , Yingjoe Chen Subject: [PATCH 1/2] arm64: mediatek: Select PINCTRL for Mediatek platform Date: Fri, 6 Mar 2015 14:24:50 +0800 Message-ID: <1425623091-30478-1-git-send-email-yingjoe.chen@mediatek.com> X-Mailer: git-send-email 1.8.1.1.dirty MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These 2 patches are fixup for MT8173 pinctrl driver: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/320066.html Arm64 maintainers doesn't want to add MACH_* in Kconfig, this patch is used to replace the first one in that series. Matthias, Can you take this one? ---------------------------------- MediaTek SoC expect to work with a pinctrl driver. Select PINCTRL if ARCH_MEDIATEK is selected. Signed-off-by: Yingjoe Chen --- arch/arm64/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index e627ead..a2ddd3f 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -151,6 +151,7 @@ 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 -- 1.8.1.1.dirty