diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-10-01 10:41:06 -0400 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2009-11-15 19:27:30 -0500 |
commit | c26964ead57f0aa1dff4926aae2982b174798e7b (patch) | |
tree | 3d9330829b1bda042ced8920acefda7f4f2c2da9 /drivers/power/Makefile | |
parent | a9366e61b03f55a6e009e687ad10e706714c9907 (diff) |
wm831x: Factor out WM831x backup battery charger
The backup battery on WM831x is a separate IP block to the main PMU
and is largely unrelated to the main supply functionality. Factor it
out into a separate driver in order to reflect this and better support
future hardware versions.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Makefile')
-rw-r--r-- | drivers/power/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile index b96f29d91c28..d1406b9f02fb 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile | |||
@@ -16,6 +16,7 @@ obj-$(CONFIG_POWER_SUPPLY) += power_supply.o | |||
16 | 16 | ||
17 | obj-$(CONFIG_PDA_POWER) += pda_power.o | 17 | obj-$(CONFIG_PDA_POWER) += pda_power.o |
18 | obj-$(CONFIG_APM_POWER) += apm_power.o | 18 | obj-$(CONFIG_APM_POWER) += apm_power.o |
19 | obj-$(CONFIG_WM831X_BACKUP) += wm831x_backup.o | ||
19 | obj-$(CONFIG_WM831X_POWER) += wm831x_power.o | 20 | obj-$(CONFIG_WM831X_POWER) += wm831x_power.o |
20 | obj-$(CONFIG_WM8350_POWER) += wm8350_power.o | 21 | obj-$(CONFIG_WM8350_POWER) += wm8350_power.o |
21 | 22 | ||