diff options
author | Graeme Gregory <gg@slimlogic.co.uk> | 2012-05-15 02:48:59 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-19 07:45:25 -0400 |
commit | 4c5dabce4ee9412b320a83ab98850aa5834451bc (patch) | |
tree | 40e4c6c0f7f66355b027a4bfa773c689d029545c /drivers/regulator/Makefile | |
parent | e5ce4208f111e5b6ae22df334750324711c28320 (diff) |
regulator: regulator for Palmas Kconfig
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>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index dcc56dcca3a0..977fd46909ab 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -33,6 +33,7 @@ obj-$(CONFIG_REGULATOR_MAX8998) += max8998.o | |||
33 | obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o | 33 | obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o |
34 | obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o | 34 | obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o |
35 | obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o | 35 | obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o |
36 | obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o | ||
36 | obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o | 37 | obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o |
37 | obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o | 38 | obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o |
38 | obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o | 39 | obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o |