diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2021-08-13 11:11:54 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-08-13 14:17:16 +0200 |
commit | 03e786bd43410fa93e5d2459f7a43e90ff0ae801 (patch) | |
tree | 8945a7e0f02b6481c618a41789f6672dcf6e6021 /sound/soc/sh/Kconfig | |
parent | ASoC: rt5682: Properly turn off regulators if wrong device ID (diff) | |
download | linux-03e786bd43410fa93e5d2459f7a43e90ff0ae801.tar.xz linux-03e786bd43410fa93e5d2459f7a43e90ff0ae801.zip |
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/Kconfig')
-rw-r--r-- | sound/soc/sh/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 346c806ba390..ae46f187cc2a 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig @@ -45,6 +45,12 @@ config SND_SOC_RCAR help This option enables R-Car SRU/SCU/SSIU/SSI sound support +config SND_SOC_RZ + tristate "RZ/G2L series SSIF-2 support" + depends on ARCH_R9A07G044 || COMPILE_TEST + help + This option enables RZ/G2L SSIF-2 sound support. + ## ## Boards ## |