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)
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>

No differences found