From: Stephen Warren <swarren@xxxxxxxxxx> The Tegra pinctrl drivers now have their own user-visible config options. Don't select all of these when ARCH_TEGRA is enabled; that prevents the user from selectively disabling pinctrl drivers for SoCs that they don't care about. Signed-off-by: Stephen Warren <swarren@xxxxxxxxxx> --- arch/arm/mach-tegra/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index b1fabe6..6715621 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -23,9 +23,6 @@ config ARCH_TEGRA select HAVE_SMP select MIGHT_HAVE_CACHE_L2X0 select PINCTRL - select PINCTRL_TEGRA114 - select PINCTRL_TEGRA20 - select PINCTRL_TEGRA30 select PL310_ERRATA_727915 if CACHE_L2X0 select PL310_ERRATA_769419 if CACHE_L2X0 select SOC_BUS -- 1.8.1.5 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html