aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorGraeme Gregory <gg@slimlogic.co.uk>2011-05-02 17:19:46 -0400
committerLiam Girdwood <lrg@slimlogic.co.uk>2011-05-27 05:35:22 -0400
commit27c6750ec56fd3b22c670d9333d519a322996eb2 (patch)
treef3301c461a70dc651ab035b8ccfa04528625b352 /drivers/mfd/Kconfig
parent98ea5c218ed150bf7cabb879db4fc2c106b6fa5b (diff)
MFD: TPS65910: Add new mfd device for TPS65910
The TPS65910 chip is a power management IC for multimedia and handheld devices. It contains the following components: - Regulators - GPIO controller - RTC The tps65910 core driver is registered as a platform driver and provides communication through I2C with the host device for the different components. Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Jorge Eduardo Candelaria <jedu@slimlogic.co.uk> Acked-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 8344fc0ab858..d67511a67fdd 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -719,6 +719,14 @@ config MFD_PM8XXX_IRQ
719 This is required to use certain other PM 8xxx features, such as GPIO 719 This is required to use certain other PM 8xxx features, such as GPIO
720 and MPP. 720 and MPP.
721 721
722config MFD_TPS65910
723 tristate "TPS65910 Power Management chip"
724 depends on I2C && GPIOLIB
725 select MFD_CORE
726 help
727 if you say yes here you get support for the TPS65910 series of
728 Power Management chips.
729
722endif # MFD_SUPPORT 730endif # MFD_SUPPORT
723 731
724menu "Multimedia Capabilities Port drivers" 732menu "Multimedia Capabilities Port drivers"