summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorRichard Fitzgerald2018-05-21 11:59:57 +0200
committerLee Jones2018-06-05 12:15:01 +0200
commitf975b7faf1d527da5dc78eced43012c82f59d3a1 (patch)
tree1f943799d31c9ccd9e912e74542accd47d944f41 /drivers/mfd/Makefile
parentmfd: madera: Add common support for Cirrus Logic Madera codecs (diff)
downloadkernel-qcow2-linux-f975b7faf1d527da5dc78eced43012c82f59d3a1.tar.gz
kernel-qcow2-linux-f975b7faf1d527da5dc78eced43012c82f59d3a1.tar.xz
kernel-qcow2-linux-f975b7faf1d527da5dc78eced43012c82f59d3a1.zip
mfd: madera: Register map tables for Cirrus Logic CS47L35
Regmap configuration tables for Cirrus Logic CS47L35 codecs. Signed-off-by: Piotr Stankiewicz <piotrs@opensource.cirrus.com> Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 0a89a6a6d793..fd33ea301b3c 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -74,6 +74,9 @@ obj-$(CONFIG_MFD_WM8994) += wm8994.o
obj-$(CONFIG_MFD_WM97xx) += wm97xx-core.o
madera-objs := madera-core.o
+ifeq ($(CONFIG_MFD_CS47L35),y)
+madera-objs += cs47l35-tables.o
+endif
obj-$(CONFIG_MFD_MADERA) += madera.o
obj-$(CONFIG_MFD_MADERA_I2C) += madera-i2c.o
obj-$(CONFIG_MFD_MADERA_SPI) += madera-spi.o