summaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2011-05-26 13:53:59 +0530
committerNiket Sirsi <nsirsi@nvidia.com>2011-05-26 18:59:21 -0700
commit95c2136f2d82e1e489685badad639e96603a7234 (patch)
tree2d83f13f237328c0b43cadbd0367ba7375aefa18 /drivers/mfd/Kconfig
parent407f1c7dc44937483dd3a23aeb99d76b4b1318eb (diff)
arm: mfd/regulator: Adding driver for tps80031
Adding core and regulator driver for the TI pmu device tps80031. Following functionality is added: - Basic core driver interface to access register. - Regulator driver. - gpio driver. - interrupt support from pmu. - clock 32 initialization. bug 830904 bug 829658 Change-Id: I41e732c0b5d0472209798552b5264038e5a97ee4 Reviewed-on: http://git-master/r/33109 Tested-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Thomas Cherry <tcherry@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index d72b49f1b3cc..e258103f6c9c 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -582,6 +582,14 @@ config MFD_AAT2870_CORE
depends on I2C=y && GPIOLIB
help
If you say yes here you get support for the AAT2870.
+
+config MFD_TPS80031
+ bool "TI TPS80031 Power Management chips"
+ depends on I2C && GPIOLIB && GENERIC_HARDIRQS
+ select MFD_CORE
+ help
+ If you say yes here you get support for the TPS80031 Power
+ Management chips.
This driver provides common support for accessing the device,
additional drivers must be enabled in order to use the
functionality of the device.