From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: [RFC 2/3] arm/tegra: Select PINMUX Kconfig variables Date: Thu, 8 Dec 2011 15:13:09 -0700 Message-ID: <1323382390-14892-3-git-send-email-swarren@nvidia.com> References: <1323382390-14892-1-git-send-email-swarren@nvidia.com> Return-path: In-Reply-To: <1323382390-14892-1-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Linus Walleij Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Stephen Warren List-Id: linux-tegra@vger.kernel.org FIXME: This needs to be rebased on top of the T30 support so that T20 doesn't select the T30 pinmux driver. Signed-off-by: Stephen Warren --- DO NOT MERGE this: The FIXME in the commit comment needs to be addressed first. arch/arm/mach-tegra/Kconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 91aff7c..b548688 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -13,6 +13,9 @@ config ARCH_TEGRA_2x_SOC select USB_ARCH_HAS_EHCI if USB_SUPPORT select USB_ULPI if USB_SUPPORT select USB_ULPI_VIEWPORT if USB_SUPPORT + select PINCTRL + select PINCTRL_TEGRA20 + select PINCTRL_TEGRA30 help Support for NVIDIA Tegra AP20 and T20 processors, based on the ARM CortexA9MP CPU and the ARM PL310 L2 cache controller -- 1.7.0.4