diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2012-07-24 18:39:31 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-24 18:39:31 -0400 |
commit | 05f3ad2b8ae50fbf6e44094dbcd39dc25a1c80ae (patch) | |
tree | 2a727a38fe7dfca540e8d4b790d8077ab7fe7673 /arch | |
parent | 72bd986030a30bdeb57ffa9efedcce73929edcb2 (diff) |
ARM: tegra: defconfig: Enable tps6586x gpio
Enable GPIO_TPS6586X as the gpio functionality of
this device moved as platform driver.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 1198dd61c7c4..7c0d11588a93 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig | |||
@@ -106,6 +106,7 @@ CONFIG_I2C=y | |||
106 | CONFIG_I2C_TEGRA=y | 106 | CONFIG_I2C_TEGRA=y |
107 | CONFIG_SPI=y | 107 | CONFIG_SPI=y |
108 | CONFIG_SPI_TEGRA=y | 108 | CONFIG_SPI_TEGRA=y |
109 | CONFIG_GPIO_TPS6586X=y | ||
109 | CONFIG_POWER_SUPPLY=y | 110 | CONFIG_POWER_SUPPLY=y |
110 | CONFIG_BATTERY_SBS=y | 111 | CONFIG_BATTERY_SBS=y |
111 | CONFIG_SENSORS_LM90=y | 112 | CONFIG_SENSORS_LM90=y |