ARM: tegra: enable ARCH_REQUIRE_GPIOLIB for Tegra114
authorStephen Warren <swarren@nvidia.com>
Thu, 7 Feb 2013 21:43:23 +0000 (14:43 -0700)
committerOlof Johansson <olof@lixom.net>
Sun, 10 Feb 2013 01:52:03 +0000 (17:52 -0800)
commit23c8c4b4e0ae21852e366206aa4981380b863799
tree0c16aa5ea5193972b4f0c758628561d75302e458
parentd2ffb918f74bf6f596209491babde9df0c7fb4b8
ARM: tegra: enable ARCH_REQUIRE_GPIOLIB for Tegra114

CONFIG_ARCH_TEGRA_114_SOC doesn't currently enable gpiolib, which causes
numerous build problems building a Tegra kernel with only Tegra114
enabled, and not Tegra20 or Tegra30. Enable ARCH_REQUIRE_GPIOLIB to
solve this. However, all Tegra will use gpiolib, so select this option
from ARCH_TEGRA rather than each individual ARCH_TEGRA_*_SOC, to
prevent this problem for any future chips.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/Kconfig
arch/arm/mach-tegra/Kconfig