summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBreno Lima <breno.lima@nxp.com>2016-08-10 14:57:52 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-10 16:09:38 -0300
commitbe78894e4682f111575470fb23e51e6ba523508d (patch)
tree333be93602b5196ad216b9bcc6d446eee53ade38
parent8ccdbb903bb9cdcf16567358d08e38ffdc8cdb17 (diff)
downloadmeta-fsl-arm-be78894e4682f111575470fb23e51e6ba523508d.tar.gz
linux-fslc-imx: Add simple card driver support
Select CONFIG_SND_SIMPLE_CARD driver by default. warp7 board needs this driver for audio to work. Signed-off-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/linux/linux-fslc-imx/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx/defconfig b/recipes-kernel/linux/linux-fslc-imx/defconfig
index 5742425..b845674 100644
--- a/recipes-kernel/linux/linux-fslc-imx/defconfig
+++ b/recipes-kernel/linux/linux-fslc-imx/defconfig
@@ -287,6 +287,7 @@ CONFIG_SND_SOC_IMX_SPDIF=y
287CONFIG_SND_SOC_IMX_MC13783=y 287CONFIG_SND_SOC_IMX_MC13783=y
288CONFIG_SND_SOC_IMX_SI476X=y 288CONFIG_SND_SOC_IMX_SI476X=y
289CONFIG_SND_SOC_IMX_HDMI=y 289CONFIG_SND_SOC_IMX_HDMI=y
290CONFIG_SND_SIMPLE_CARD=y
290CONFIG_USB=y 291CONFIG_USB=y
291CONFIG_USB_OTG_WHITELIST=y 292CONFIG_USB_OTG_WHITELIST=y
292CONFIG_USB_OTG_FSM=y 293CONFIG_USB_OTG_FSM=y