diff options
author | Fabio Estevam | 2022-05-05 10:18:47 +0800 |
---|---|---|
committer | Shawn Guo | 2022-05-05 10:18:47 +0800 |
commit | 080d681bf3c64481425c2f8c6ffdd068c5a806c9 (patch) | |
tree | 601255b20edd60937bdc6932b3f66988f54bd6d0 /arch/arm64/configs | |
parent | 7fb061bbf60313a8e13d966a5e64d4f6035e05ac (diff) |
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>
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 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 |