diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2021-09-20 10:39:04 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-09-28 09:31:33 +0200 |
commit | 3c158ec884d8d75526594c888997cabc3223f521 (patch) | |
tree | 5fea57e743b884444a0f9488000fe87eed042bec /arch/arm64/configs | |
parent | be15aa5cc14f94b520c13ab3540fdf7e735bff47 (diff) | |
download | linux-stable-3c158ec884d8d75526594c888997cabc3223f521.tar.gz linux-stable-3c158ec884d8d75526594c888997cabc3223f521.tar.bz2 linux-stable-3c158ec884d8d75526594c888997cabc3223f521.zip |
arm64: defconfig: Enable SND_SOC_WM8978
WM8978 audio CODEC is supported on RZ/G2L SMARC EVK.
Enable it on arm64 defconfig as module.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20210920093905.10878-1-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch/arm64/configs')
-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 798d6cb28941..dc570ed82f26 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -790,6 +790,7 @@ CONFIG_SND_SOC_WCD934X=m CONFIG_SND_SOC_WM8904=m CONFIG_SND_SOC_WM8960=m CONFIG_SND_SOC_WM8962=m +CONFIG_SND_SOC_WM8978=m CONFIG_SND_SOC_WSA881X=m CONFIG_SND_SOC_LPASS_WSA_MACRO=m CONFIG_SND_SOC_LPASS_VA_MACRO=m |