summaryrefslogtreecommitdiff
path: root/sound/soc/sh/Makefile
diff options
context:
space:
mode:
authorBiju Das <biju.das.jz@bp.renesas.com>2021-08-13 12:11:54 +0300
committerMark Brown <broonie@kernel.org>2021-08-13 15:17:16 +0300
commit03e786bd43410fa93e5d2459f7a43e90ff0ae801 (patch)
tree8945a7e0f02b6481c618a41789f6672dcf6e6021 /sound/soc/sh/Makefile
parent772d44526e203c062171786e514373f129616278 (diff)
downloadlinux-03e786bd43410fa93e5d2459f7a43e90ff0ae801.tar.xz
ASoC: sh: Add RZ/G2L SSIF-2 driver
Add serial sound interface(SSIF-2) driver support for RZ/G2L SoC. Based on the work done by Chris Brandt for RZ/A SSI driver. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Link: https://lore.kernel.org/r/20210813091156.10700-2-biju.das.jz@bp.renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/Makefile')
-rw-r--r--sound/soc/sh/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/sh/Makefile b/sound/soc/sh/Makefile
index 51bd7c81671c..f6fd79948f6a 100644
--- a/sound/soc/sh/Makefile
+++ b/sound/soc/sh/Makefile
@@ -22,3 +22,7 @@ snd-soc-migor-objs := migor.o
obj-$(CONFIG_SND_SH7760_AC97) += snd-soc-sh7760-ac97.o
obj-$(CONFIG_SND_SIU_MIGOR) += snd-soc-migor.o
+
+# RZ/G2L
+snd-soc-rz-ssi-objs := rz-ssi.o
+obj-$(CONFIG_SND_SOC_RZ) += snd-soc-rz-ssi.o