summaryrefslogtreecommitdiff
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-06-25 15:41:12 +0200
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-01-27 20:00:47 +0200
commit11694309f0ca8d4e3ae830dbfd8c1c1cc838eb6b (patch)
tree1dc855b199de7804cded8a121aab26bcad04a279 /arch/arm/configs
parent4eb62aed00bd9974d0e03952ce954dada1c66e3e (diff)
colibri-imx7: defconfig: enable sound simple card driver
The device tree got changed to use the simple card driver, so enable it in the defconfig. While at it remove the IMX_SGTL5000 driver now replaced by the simple card driver. While at it remove the unused ESAI driver. While at it remove the unused CS42XX8_I2C codec driver. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com> (cherry picked from commit 38f4f988ac4e326e1df593c34ac7402678b0b002)
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/colibri_imx7_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/configs/colibri_imx7_defconfig b/arch/arm/configs/colibri_imx7_defconfig
index 0019536a5a21..6abe92cce2be 100644
--- a/arch/arm/configs/colibri_imx7_defconfig
+++ b/arch/arm/configs/colibri_imx7_defconfig
@@ -238,10 +238,10 @@ CONFIG_SND_SOC=y
CONFIG_SND_SOC_FSL_ASRC=y
CONFIG_SND_SOC_FSL_SAI=y
CONFIG_SND_SOC_FSL_SPDIF=y
-CONFIG_SND_SOC_FSL_ESAI=y
+CONFIG_SND_SOC_IMX_AUDMUX=y
CONFIG_SND_IMX_SOC=y
-CONFIG_SND_SOC_IMX_SGTL5000=y
-CONFIG_SND_SOC_CS42XX8_I2C=y
+CONFIG_SND_SOC_SGTL5000=y
+CONFIG_SND_SIMPLE_CARD=y
CONFIG_HIDRAW=y
CONFIG_HID_MULTITOUCH=m
CONFIG_USB_HIDDEV=y