From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ray Jui Subject: [PATCH 3/4] ARM: mach-bcm: enable pinctrl support for Cygnus Date: Thu, 27 Nov 2014 15:46:29 -0800 Message-ID: <1417131990-17954-4-git-send-email-rjui@broadcom.com> References: <1417131990-17954-1-git-send-email-rjui@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1417131990-17954-1-git-send-email-rjui@broadcom.com> Sender: linux-kernel-owner@vger.kernel.org To: Grant Likely , Rob Herring , Scott Branden Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, devicetree@vger.kernel.org, Ray Jui List-Id: devicetree@vger.kernel.org This enables the pinctrl driver for Broadcom Cygnus SoC Signed-off-by: Ray Jui --- arch/arm/mach-bcm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index aaeec78..b4efff2 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -29,6 +29,7 @@ config ARCH_BCM_IPROC config ARCH_BCM_CYGNUS bool "Broadcom Cygnus Support" if ARCH_MULTI_V7 select ARCH_BCM_IPROC + select PINCTRL_BCM_CYGNUS help Enable support for the Cygnus family, which includes the following variants: -- 1.7.9.5