aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorJorge Eduardo Candelaria <jedu@slimlogic.co.uk>2011-05-16 19:35:37 -0400
committerLiam Girdwood <lrg@slimlogic.co.uk>2011-05-27 05:49:29 -0400
commit83545d836cf12a6381b530c5c7aeacf057f86aa9 (patch)
tree321ed6d645b70a10995228c9595669828c5f8d9a /drivers/mfd/Kconfig
parenta2974732ca7614aaf0baf9d6dd3ad893d50ce1c5 (diff)
GPIO: TPS65910: Move driver to drivers/gpio/
The GPIO driver should reside in drivers/gpio/ for better organization. Signed-off-by: Jorge Eduardo Candelaria <jedu@slimlogic.co.uk> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 4990a492a09..b6c267724e1 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -721,8 +721,9 @@ config MFD_PM8XXX_IRQ
721 721
722config MFD_TPS65910 722config MFD_TPS65910
723 bool "TPS65910 Power Management chip" 723 bool "TPS65910 Power Management chip"
724 depends on I2C=y && GPIOLIB 724 depends on I2C=y
725 select MFD_CORE 725 select MFD_CORE
726 select GPIO_TPS65910
726 help 727 help
727 if you say yes here you get support for the TPS65910 series of 728 if you say yes here you get support for the TPS65910 series of
728 Power Management chips. 729 Power Management chips.