summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-06-26 13:53:08 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2018-06-26 16:57:38 +0200
commit7b3ae1256eacf2db8556aee886e859ffc9b3ae55 (patch)
tree3a2e9ebe4674bf78427f537d36f66e33ae02c107
parent26079f060495a432e1fee4cf0a6bc4c3dc045f09 (diff)
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 <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex-4.9-1.0.x/mx7/defconfig6
-rw-r--r--recipes-kernel/linux/linux-toradex-rt-4.9-1.0.x/mx7/defconfig6
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