diff options
author | Venu Byravarasu <vbyravarasu@nvidia.com> | 2012-03-16 01:40:19 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-03-20 11:56:33 -0400 |
commit | 3c33be06f9aa0949ad24e67dfcae1f2a3006f4e1 (patch) | |
tree | b53b2e2c0257e2fac0a971fb94f334857da924bd /drivers/mfd/Kconfig | |
parent | bcc2d6d6fcbee3c07515837b522f6c242f3f99e4 (diff) |
mfd: Add support for TPS65090
TPS65090 is a Texas Instrument PMIC. It contains 3 Step-Down converters, 2
always on LDO's and 7 current limited load switches.
Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index ef22292aa0cd..f67d20e8bc0f 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -827,6 +827,18 @@ config MFD_PM8XXX_IRQ | |||
827 | config TPS65911_COMPARATOR | 827 | config TPS65911_COMPARATOR |
828 | tristate | 828 | tristate |
829 | 829 | ||
830 | config MFD_TPS65090 | ||
831 | bool "TPS65090 Power Management chips" | ||
832 | depends on I2C=y && GENERIC_HARDIRQS | ||
833 | select MFD_CORE | ||
834 | select REGMAP_I2C | ||
835 | help | ||
836 | If you say yes here you get support for the TPS65090 series of | ||
837 | Power Management chips. | ||
838 | This driver provides common support for accessing the device, | ||
839 | additional drivers must be enabled in order to use the | ||
840 | functionality of the device. | ||
841 | |||
830 | config MFD_AAT2870_CORE | 842 | config MFD_AAT2870_CORE |
831 | bool "Support for the AnalogicTech AAT2870" | 843 | bool "Support for the AnalogicTech AAT2870" |
832 | select MFD_CORE | 844 | select MFD_CORE |