]> Pileus Git - ~andy/linux/commitdiff
regulator: regulator for Palmas Kconfig
authorGraeme Gregory <gg@slimlogic.co.uk>
Tue, 15 May 2012 06:48:59 +0000 (15:48 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 19 May 2012 11:45:25 +0000 (12:45 +0100)
Add the Kconfig/Makefile stuff for the palmas regulator driver

Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/Kconfig
drivers/regulator/Makefile

index 4ad4e8d3c1eee1005afe3f8ff8ebf64cc567d95d..c86b8864e411feceb66924be2b8cc4170c0db74c 100644 (file)
@@ -268,6 +268,18 @@ config REGULATOR_DB8500_PRCMU
          This driver supports the voltage domain regulators controlled by the
          DB8500 PRCMU
 
+config REGULATOR_PALMAS
+       tristate "TI Palmas PMIC Regulators"
+       depends on MFD_PALMAS
+       help
+         If you wish to control the regulators on the Palmas series of
+         chips say Y here. This will enable support for all the software
+         controllable SMPS/LDO regulators.
+
+         The regulators available on Palmas series chips vary depending
+         on the muxing. This is handled automatically in the driver by
+         reading the mux info from OTP.
+
 config REGULATOR_TPS6105X
        tristate "TI TPS6105X Power regulators"
        depends on TPS6105X
index dcc56dcca3a0e701ba7b1622e70c7636ce0f1bb9..977fd46909abdb9b9bd2c62f9d26737465613c7a 100644 (file)
@@ -33,6 +33,7 @@ obj-$(CONFIG_REGULATOR_MAX8998) += max8998.o
 obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o
 obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o
 obj-$(CONFIG_REGULATOR_MC13XXX_CORE) +=  mc13xxx-regulator-core.o
+obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o
 obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o
 obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
 obj-$(CONFIG_REGULATOR_RC5T583)  += rc5t583-regulator.o