summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
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-12 11:38:59 -0300
commitcfafc51d74e7af329098cb5f721c9951ec5ce997 (patch)
tree3c54e3cb4a8a3d40e80f139f2aa638db796be296 /recipes-kernel
parent8c891a6ed0c380f5b7c50c1ec67c1a0c1f5f9b9d (diff)
downloadmeta-freescale-cfafc51d74e7af329098cb5f721c9951ec5ce997.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>
Diffstat (limited to 'recipes-kernel')
-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 57424258..b8456744 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