diff options
author | Dmitry Baryshkov | 2022-04-04 00:13:29 +0300 |
---|---|---|
committer | Bjorn Andersson | 2022-04-07 22:26:42 -0500 |
commit | 56d16703b4911ff579eaa132f3d3bb88672242a5 (patch) | |
tree | e5f5e280e8cf35f01f6320b289c507cabb630bd4 /arch/arm64/configs | |
parent | d2b2c059c1acdf255c4f6ecb64c7d99097930ead (diff) |
arm64: defconfig: enable wcd9335 codec as module
Enable CONFIG_SND_SOC_WCD9335 to built as module. This enable audio
codec used on the Qualcomm Dragonboard820c device.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220403211329.1410725-1-dmitry.baryshkov@linaro.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 604a1851fbe4..2ef317f7961b 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -811,6 +811,7 @@ CONFIG_SND_SOC_SIMPLE_AMPLIFIER=m CONFIG_SND_SOC_SIMPLE_MUX=m CONFIG_SND_SOC_TAS571X=m CONFIG_SND_SOC_TLV320AIC32X4_I2C=m +CONFIG_SND_SOC_WCD9335=m CONFIG_SND_SOC_WCD934X=m CONFIG_SND_SOC_WM8904=m CONFIG_SND_SOC_WM8960=m |