diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-07-08 22:33:37 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-08-08 12:53:26 +0100 |
commit | 585083c539ca3f5fb3d00057b25f9be3304d54c6 (patch) | |
tree | f7d02c455e6c87a9568efa41896925e9894b8d08 /drivers/mfd/Makefile | |
parent | 44fb25d031065fc846c0f97e37456a792312a7d1 (diff) | |
download | linux-585083c539ca3f5fb3d00057b25f9be3304d54c6.tar.bz2 |
mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC
The AC100 is a multifunction device with an audio codec subsystem and
an RTC subsystem. These two subsystems share a common register space
and host interface.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 2ba3ba35f745..bca83dbb5ed8 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -113,6 +113,8 @@ obj-$(CONFIG_PMIC_DA9052) += da9052-irq.o obj-$(CONFIG_PMIC_DA9052) += da9052-core.o obj-$(CONFIG_MFD_DA9052_SPI) += da9052-spi.o obj-$(CONFIG_MFD_DA9052_I2C) += da9052-i2c.o + +obj-$(CONFIG_MFD_AC100) += ac100.o obj-$(CONFIG_MFD_AXP20X) += axp20x.o obj-$(CONFIG_MFD_AXP20X_I2C) += axp20x-i2c.o obj-$(CONFIG_MFD_AXP20X_RSB) += axp20x-rsb.o |