diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2019-12-19 10:31:44 +0000 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-01-29 11:18:40 +0000 |
commit | 6ac7e4d7ad70640310feedc2e5f1cb712685cb05 (patch) | |
tree | c4ef0e04d3455e878d09a1ce8160c0fb318a6405 /drivers/mfd/Makefile | |
parent | 6a24f567af4accef6d73b0be407227c537b94a1f (diff) |
mfd: wcd934x: Add support to wcd9340/wcd9341 codec
Qualcomm WCD9340/WCD9341 Codec is a standalone Hi-Fi audio codec IC.
This codec has integrated SoundWire controller, pin controller and
interrupt controller.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
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 61b3093af39d..ed967af61438 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -58,6 +58,7 @@ endif ifeq ($(CONFIG_MFD_CS47L24),y) obj-$(CONFIG_MFD_ARIZONA) += cs47l24-tables.o endif +obj-$(CONFIG_MFD_WCD934X) += wcd934x.o obj-$(CONFIG_MFD_WM8400) += wm8400-core.o wm831x-objs := wm831x-core.o wm831x-irq.o wm831x-otp.o wm831x-objs += wm831x-auxadc.o |