diff options
author | Richard Fitzgerald <rf@opensource.cirrus.com> | 2018-05-21 12:59:57 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-06-05 13:15:01 +0300 |
commit | f975b7faf1d527da5dc78eced43012c82f59d3a1 (patch) | |
tree | 1f943799d31c9ccd9e912e74542accd47d944f41 /drivers/mfd/Makefile | |
parent | 16b27467f46c1e0dbf093f53971aeb5decbaff4e (diff) | |
download | linux-f975b7faf1d527da5dc78eced43012c82f59d3a1.tar.xz |
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/Makefile | 3 |
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 |