diff options
| author | 2021-09-20 10:39:05 +0100 | |
|---|---|---|
| committer | 2021-09-24 15:04:00 +0200 | |
| commit | be15aa5cc14f94b520c13ab3540fdf7e735bff47 (patch) | |
| tree | cd66de122f765d108116fb413244afbc94116d7e | |
| parent | arm64: defconfig: Enable RZ_DMAC (diff) | |
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>
| -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 |
