diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2021-09-20 10:39:05 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-09-24 15:04:00 +0200 |
commit | be15aa5cc14f94b520c13ab3540fdf7e735bff47 (patch) | |
tree | cd66de122f765d108116fb413244afbc94116d7e /arch | |
parent | 7e2aa15f5ec3a8294127673f186c83b4d87cde13 (diff) | |
download | linux-stable-be15aa5cc14f94b520c13ab3540fdf7e735bff47.tar.gz linux-stable-be15aa5cc14f94b520c13ab3540fdf7e735bff47.tar.bz2 linux-stable-be15aa5cc14f94b520c13ab3540fdf7e735bff47.zip |
arm64: defconfig: Enable SOUND_SOC_RZ
Enable sound driver support for Renesas RZ/G2L based platforms.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20210920093905.10878-2-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ed18a98bdba7..798d6cb28941 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -765,6 +765,7 @@ CONFIG_SND_SOC_ROCKCHIP_RT5645=m CONFIG_SND_SOC_RK3399_GRU_SOUND=m CONFIG_SND_SOC_SAMSUNG=y CONFIG_SND_SOC_RCAR=m +CONFIG_SND_SOC_RZ=m CONFIG_SND_SUN4I_I2S=m CONFIG_SND_SUN4I_SPDIF=m CONFIG_SND_SOC_TEGRA=m |