diff mbox series

[6/7] ARM: configs: sunxi: Enable ASoC options

Message ID 20200705091904.42795-6-maxime@cerno.tech (mailing list archive)
State Mainlined
Commit 373c13c258877734c59a3adb57b7ebb8cae1532f
Headers show
Series [1/7] ARM: configs: sunxi: Run savedefconfig | expand

Commit Message

Maxime Ripard July 5, 2020, 9:19 a.m. UTC
Most of our ASoC drivers were left out of the defconfig. Let's add them.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
---
 arch/arm/configs/sunxi_defconfig | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index 572df623d754..117e9215c8fe 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -115,7 +115,10 @@  CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_SUN4I_CODEC=y
+CONFIG_SND_SUN8I_CODEC=y
 CONFIG_SND_SUN8I_CODEC_ANALOG=y
+CONFIG_SND_SUN4I_I2S=y
+CONFIG_SND_SUN4I_SPDIF=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_HCD_PLATFORM=y