diff options
author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-05-07 17:48:06 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-07 20:27:10 -0300 |
commit | 6ef0f40c2542655872e76c8cdd5cbe3c37c4c8db (patch) | |
tree | 6b99bf373ebb1ef63f5c3b7b267be3c644253d56 /recipes-kernel | |
parent | d12d36d3d512ff54a0b23fb646f3fbf6929e884c (diff) | |
download | meta-freescale-6ef0f40c2542655872e76c8cdd5cbe3c37c4c8db.tar.gz |
linux[-fslc]-imx: add missing config parameter
CONFIG_SND_SOC_SOF_IMX8 requires CONFIG_SND_SOC_SOF_IMX8_SUPPORT to be
enabled, which is currently missing in the defconfig for both linux-imx
and linux-fslc-imx kernel recipes.
Add missing dependent variable to enable CONFIG_SND_SOC_SOF_IMX8.
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx/mx8/defconfig | 1 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-imx/mx8/defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx/mx8/defconfig b/recipes-kernel/linux/linux-fslc-imx/mx8/defconfig index 9973eec4..da2279ad 100644 --- a/recipes-kernel/linux/linux-fslc-imx/mx8/defconfig +++ b/recipes-kernel/linux/linux-fslc-imx/mx8/defconfig | |||
@@ -680,6 +680,7 @@ CONFIG_SND_SOC_RCAR=m | |||
680 | CONFIG_SND_SOC_SOF_TOPLEVEL=y | 680 | CONFIG_SND_SOC_SOF_TOPLEVEL=y |
681 | CONFIG_SND_SOC_SOF_OF=m | 681 | CONFIG_SND_SOC_SOF_OF=m |
682 | CONFIG_SND_SOC_SOF_IMX_TOPLEVEL=y | 682 | CONFIG_SND_SOC_SOF_IMX_TOPLEVEL=y |
683 | CONFIG_SND_SOC_SOF_IMX8_SUPPORT=y | ||
683 | CONFIG_SND_SOC_SOF_IMX8=m | 684 | CONFIG_SND_SOC_SOF_IMX8=m |
684 | CONFIG_SND_SUN4I_SPDIF=m | 685 | CONFIG_SND_SUN4I_SPDIF=m |
685 | CONFIG_SND_SOC_AK4613=m | 686 | CONFIG_SND_SOC_AK4613=m |
diff --git a/recipes-kernel/linux/linux-imx/mx8/defconfig b/recipes-kernel/linux/linux-imx/mx8/defconfig index 9973eec4..da2279ad 100644 --- a/recipes-kernel/linux/linux-imx/mx8/defconfig +++ b/recipes-kernel/linux/linux-imx/mx8/defconfig | |||
@@ -680,6 +680,7 @@ CONFIG_SND_SOC_RCAR=m | |||
680 | CONFIG_SND_SOC_SOF_TOPLEVEL=y | 680 | CONFIG_SND_SOC_SOF_TOPLEVEL=y |
681 | CONFIG_SND_SOC_SOF_OF=m | 681 | CONFIG_SND_SOC_SOF_OF=m |
682 | CONFIG_SND_SOC_SOF_IMX_TOPLEVEL=y | 682 | CONFIG_SND_SOC_SOF_IMX_TOPLEVEL=y |
683 | CONFIG_SND_SOC_SOF_IMX8_SUPPORT=y | ||
683 | CONFIG_SND_SOC_SOF_IMX8=m | 684 | CONFIG_SND_SOC_SOF_IMX8=m |
684 | CONFIG_SND_SUN4I_SPDIF=m | 685 | CONFIG_SND_SUN4I_SPDIF=m |
685 | CONFIG_SND_SOC_AK4613=m | 686 | CONFIG_SND_SOC_AK4613=m |