diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-02-12 05:02:44 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-02-12 11:54:42 +0300 |
commit | 02071f0f797c989b342f46fbdf472ddb1c2cdee9 (patch) | |
tree | 1433241c6bf6c950e5b590b91ae6e42f29b3c5ad /drivers/mfd/Makefile | |
parent | 2260a45356756285faa0b46f0afa53c7f251fb9c (diff) | |
download | linux-02071f0f797c989b342f46fbdf472ddb1c2cdee9.tar.xz |
mfd: axp20x: Add support for RSB based AXP223 PMIC
The AXP223 is a new PMIC commonly paired with Allwinner A23/A33 SoCs.
It is functionally identical to AXP221; only the regulator default
voltage/status and the external host interface are different.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index dba4f99d9044..c69ea744fd1a 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -112,6 +112,7 @@ obj-$(CONFIG_MFD_DA9052_SPI) += da9052-spi.o obj-$(CONFIG_MFD_DA9052_I2C) += da9052-i2c.o obj-$(CONFIG_MFD_AXP20X) += axp20x.o obj-$(CONFIG_MFD_AXP20X_I2C) += axp20x-i2c.o +obj-$(CONFIG_MFD_AXP20X_RSB) += axp20x-rsb.o obj-$(CONFIG_MFD_LP3943) += lp3943.o obj-$(CONFIG_MFD_LP8788) += lp8788.o lp8788-irq.o |