summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-09-12 12:02:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-09-15 07:17:06 +0200
commit92fd6af3476bffdf53242efc4dc6ef83b2aa22ce (patch)
tree2e94a9a9d2dbf97a1a3a94470ed9d670d7b1d50a /arch/arm/mach-tegra
parent03be149952e283ee18688092b7d27701dfab7039 (diff)
downloadbarebox-92fd6af3476bffdf53242efc4dc6ef83b2aa22ce.tar.gz
barebox-92fd6af3476bffdf53242efc4dc6ef83b2aa22ce.tar.xz
pinctrl: fix Kconfig dependencies
- Remove OFDEVICE dependency from PINCTRL. It won't do much then, so add a comment to Kconfig when PINCTRL is selected without OFDEVICE - Let Architectures only select PINCTRL instead of the particular driver. Change the drivers to 'default y if $SOC' to make sure the drivers are still compiled if the corresponding SoC is selected This fixes Kconfig warnings like: warning: (PINCTRL_ARMADA_370 && PINCTRL_ARMADA_XP && PINCTRL_DOVE && PINCTRL_KIRKWOOD) selects PINCTRL which has unmet direct dependencies (OFDEVICE) Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 7214ecaf3a..2c69406dfc 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -44,15 +44,12 @@ endchoice
config ARCH_TEGRA_2x_SOC
bool
- select PINCTRL_TEGRA20
config ARCH_TEGRA_3x_SOC
bool
- select PINCTRL_TEGRA30
config ARCH_TEGRA_124_SOC
bool
- select PINCTRL_TEGRA30
menu "select Tegra boards to be built"