diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2018-06-25 15:41:12 +0200 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2018-06-26 15:22:53 +0200 |
commit | 129d5360719130cd04a67a81f18ff5c9a625103e (patch) | |
tree | 53e94ced138ebeaab65a90d6224d509330605cf7 | |
parent | fdd4e344c877c2d6f569afdaa8addce003e76be6 (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>
-rw-r--r-- | arch/arm/configs/colibri_imx7_defconfig | 6 |
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 |