summaryrefslogtreecommitdiff
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@nxp.com>2019-09-03 16:02:00 +0300
committerSandor Yu <Sandor.yu@nxp.com>2020-01-18 22:01:33 +0800
commit5f5a9c97f5917e6659316249222c893663e1b790 (patch)
tree91ef1d3352363b5de20f584db26cadb45d216f7a /drivers/mfd/Makefile
parentfd3113259bcc6c3e0377df62e895ba202b7b60f7 (diff)
mfd: Add audiomix support
Some of the i.MX SoCs have a IP for interfacing the audio dedicated IPs with clocks, resets and interrupts, plus some DSP specific control registers. To allow the functionality to be split between drivers, this MFD driver is added that has only two purposes: register the devices and map the entire register addresses. Everything else is left to the dedicated drivers that will bind to the registered devices. Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index b982b3b76f09..622be1a92c1c 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -113,6 +113,7 @@ obj-$(CONFIG_TWL6040_CORE) += twl6040.o
obj-$(CONFIG_MFD_MX25_TSADC) += fsl-imx25-tsadc.o
obj-$(CONFIG_MFD_MXC_HDMI) += mxc-hdmi-core.o
+obj-$(CONFIG_MFD_IMX_AUDIOMIX) += imx-audiomix.o
obj-$(CONFIG_MFD_MC13XXX) += mc13xxx-core.o
obj-$(CONFIG_MFD_MC13XXX_SPI) += mc13xxx-spi.o