diff options
author | Adrien Grassein <adrien.grassein@gmail.com> | 2021-02-23 20:16:52 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-03-15 05:22:44 +0100 |
commit | c7ae9d5dae71661caf955cac1f72f0253ea5e9e0 (patch) | |
tree | c3bd8b8030d8ca5e001b0f7ca541075f8db9d699 /arch | |
parent | arm64: defconfig: Enable asoc simple mux (diff) | |
download | linux-c7ae9d5dae71661caf955cac1f72f0253ea5e9e0.tar.xz linux-c7ae9d5dae71661caf955cac1f72f0253ea5e9e0.zip |
arm64: defconfig: Enable wm8960 audio driver.
This driver is used by the Nitrogen8m Mini SBC.
Signed-off-by: Adrien Grassein <adrien.grassein@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-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 5e63535c356e..afff364c09e2 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -764,6 +764,7 @@ CONFIG_SND_SOC_SIMPLE_MUX=m CONFIG_SND_SOC_TAS571X=m CONFIG_SND_SOC_WCD934X=m CONFIG_SND_SOC_WM8904=m +CONFIG_SND_SOC_WM8960=m CONFIG_SND_SOC_WM8962=m CONFIG_SND_SOC_WSA881X=m CONFIG_SND_SOC_LPASS_WSA_MACRO=m |