aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-07-18 11:50:50 +0530
committerSamuel Ortiz <sameo@linux.intel.com>2012-07-25 00:40:11 +0200
commit7a7487cb55a263d5c0893e2a8c2d7e8f33fcd1f0 (patch)
tree0f18b38d041cf3dffd965ea9c632e2024a99e880 /drivers/mfd/Kconfig
parentARM: tegra: defconfig: Enable tps6586x gpio (diff)
downloadlinux-dev-7a7487cb55a263d5c0893e2a8c2d7e8f33fcd1f0.tar.xz
linux-dev-7a7487cb55a263d5c0893e2a8c2d7e8f33fcd1f0.zip
mfd: Remove gpio support from tps6586x core driver
The GPIO functionality of device tps6586x is added through platform gpio driver and it can be register as the mfd sub device and hence removing the duplicates code which register the gpio functionality from core driver. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 6258bf0d0f7d..12c693b9c2fe 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -198,7 +198,7 @@ config MFD_TPS65217
config MFD_TPS6586X
bool "TPS6586x Power Management chips"
- depends on I2C=y && GPIOLIB && GENERIC_HARDIRQS
+ depends on I2C=y && GENERIC_HARDIRQS
select MFD_CORE
select REGMAP_I2C
depends on REGULATOR