From 7b3ae1256eacf2db8556aee886e859ffc9b3ae55 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 26 Jun 2018 13:53:08 +0200 Subject: colibri-imx7: config: 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 Acked-by: Stefan Agner --- recipes-kernel/linux/linux-toradex-4.9-1.0.x/mx7/defconfig | 6 +++--- recipes-kernel/linux/linux-toradex-rt-4.9-1.0.x/mx7/defconfig | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-kernel/linux/linux-toradex-4.9-1.0.x/mx7/defconfig b/recipes-kernel/linux/linux-toradex-4.9-1.0.x/mx7/defconfig index 0019536..6abe92c 100644 --- a/recipes-kernel/linux/linux-toradex-4.9-1.0.x/mx7/defconfig +++ b/recipes-kernel/linux/linux-toradex-4.9-1.0.x/mx7/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 diff --git a/recipes-kernel/linux/linux-toradex-rt-4.9-1.0.x/mx7/defconfig b/recipes-kernel/linux/linux-toradex-rt-4.9-1.0.x/mx7/defconfig index f3bfc1d..068954a 100644 --- a/recipes-kernel/linux/linux-toradex-rt-4.9-1.0.x/mx7/defconfig +++ b/recipes-kernel/linux/linux-toradex-rt-4.9-1.0.x/mx7/defconfig @@ -239,10 +239,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 -- cgit v1.2.3