diff options
author | 2022-05-05 10:18:47 +0800 | |
---|---|---|
committer | 2022-05-05 10:18:47 +0800 | |
commit | 080d681bf3c64481425c2f8c6ffdd068c5a806c9 (patch) | |
tree | 601255b20edd60937bdc6932b3f66988f54bd6d0 | |
parent | ARM: imx_v6_v7_defconfig: Enable the ADC part of the STMPE MFD (diff) | |
download | wireguard-linux-080d681bf3c64481425c2f8c6ffdd068c5a806c9.tar.xz wireguard-linux-080d681bf3c64481425c2f8c6ffdd068c5a806c9.zip |
arm64: defconfig: Enable the WM8524 codec driver
imx8mn-evk has a WM8524 codec.
Enable the WM8524 codec driver so that audio can be functional
on this board.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-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 50aa3d75ab4f..e0aa3a924eb7 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -812,6 +812,7 @@ CONFIG_SND_SOC_SIMPLE_MUX=m CONFIG_SND_SOC_TAS571X=m CONFIG_SND_SOC_TLV320AIC32X4_I2C=m CONFIG_SND_SOC_WCD934X=m +CONFIG_SND_SOC_WM8524=m CONFIG_SND_SOC_WM8904=m CONFIG_SND_SOC_WM8960=m CONFIG_SND_SOC_WM8962=m |