From: Stephen Warren Date: Thu, 7 Feb 2013 21:43:23 +0000 (-0700) Subject: ARM: tegra: enable ARCH_REQUIRE_GPIOLIB for Tegra114 X-Git-Tag: v3.9-rc1~118^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23c8c4b4e0ae21852e366206aa4981380b863799;p=pandora-kernel.git 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 Signed-off-by: Olof Johansson --- Reading git-diff-tree failed