diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-04-17 23:23:41 +0000 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2025-05-05 10:46:42 +0200 |
commit | 754a11c7bbe4edae9f04c940d5cb160e74266689 (patch) | |
tree | e70ea7e682d2515d35b42c3406136126c2dd1d7c | |
parent | 5ad7de623853570bd981be069ed5ce55540bedb8 (diff) |
arm64: defconfig: Add Renesas MSIOF sound support
Renesas V4H Sparrow Hawk board needs MSIOF Sound driver.
Support it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/87o6wu2wzm.wl-kuninori.morimoto.gx@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 404d2d51a926..2dd75c799848 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1010,6 +1010,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_MSIOF=m CONFIG_SND_SOC_RZ=m CONFIG_SND_SOC_SOF_TOPLEVEL=y CONFIG_SND_SOC_SOF_OF=y |