diff options
author | Guido Günther <agx@sigxcpu.org> | 2021-02-21 12:07:09 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-03-15 05:22:43 +0100 |
commit | bc6bf2e0fd9c42ec77bdfcc4634016ce840a9d83 (patch) | |
tree | dfef804d5c49388412a1dcc5068e6164ac6fd762 /arch | |
parent | arm64: defconfig: Enable devfreq support for i.MX8MQ (diff) | |
download | linux-bc6bf2e0fd9c42ec77bdfcc4634016ce840a9d83.tar.xz linux-bc6bf2e0fd9c42ec77bdfcc4634016ce840a9d83.zip |
arm64: defconfig: Enable asoc simple mux
This is needed to model the mic input mux on the Librem 5 devkit.
Signed-off-by: Guido Günther <agx@sigxcpu.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 e9f3e47933d5..5e63535c356e 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -760,6 +760,7 @@ CONFIG_SND_SOC_GTM601=m CONFIG_SND_SOC_PCM3168A_I2C=m CONFIG_SND_SOC_RT5659=m CONFIG_SND_SOC_SIMPLE_AMPLIFIER=m +CONFIG_SND_SOC_SIMPLE_MUX=m CONFIG_SND_SOC_TAS571X=m CONFIG_SND_SOC_WCD934X=m CONFIG_SND_SOC_WM8904=m |