diff options
author | Mark Brown <[email protected]> | 2022-07-01 12:22:13 +0100 |
---|---|---|
committer | Jernej Skrabec <[email protected]> | 2022-07-04 22:25:02 +0200 |
commit | 900bd8cb85277dd23713f92db72dedd59b62d9fd (patch) | |
tree | 13296d7dca4909c3dd5f3ec4cb18e43d862b812e | |
parent | f2906aa863381afb0015a9eb7fefad885d4e5a56 (diff) |
arm64: defconfig: Enable Allwinner built in CODECs
Allwinner provide an audio CODEC as part of their SoCs which is used on a
number of designs, enable the driver as part of defconfig in order to
improve coverage of this in the various automated testing systems.
Signed-off-by: Mark Brown <[email protected]>
Reviewed-by: Samuel Holland <[email protected]>
Signed-off-by: Jernej Skrabec <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/configs/defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 7d1105343bc2..c2ad42bd8536 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -804,6 +804,9 @@ CONFIG_SND_SOC_RCAR=m CONFIG_SND_SOC_RZ=m CONFIG_SND_SUN4I_I2S=m CONFIG_SND_SUN4I_SPDIF=m +CONFIG_SND_SUN50I_CODEC_ANALOG=m +CONFIG_SND_SUN8I_CODEC=m +CONFIG_SND_SUN8I_CODEC_ANALOG=m CONFIG_SND_SOC_TEGRA=m CONFIG_SND_SOC_TEGRA210_AHUB=m CONFIG_SND_SOC_TEGRA210_DMIC=m |