summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2022-06-06 09:57:23 +0000
committerAndrey Zhizhikin <andrey.z@gmail.com>2022-06-06 10:00:49 +0000
commit5073b41b399d1c1afd4e34e99011390df284fc05 (patch)
treecd894ff177da904a51fc3547b60a5c7e0bb6f37b
parentf2b2a2bf7882b521c75d6b33ddaafe0914f7f400 (diff)
downloadmeta-freescale-5073b41b399d1c1afd4e34e99011390df284fc05.tar.gz
linux-fslc: drop config option not present in upstream
TEGRA186_GPC_DMA config option has been merged as a part of series [1], but entire series did not land in the upstream. This causes the Kernel configuration sanity check in Yocto build to fail, reporting missing config option. Drop the config option from layer's defconfig file as it is not present in upstream. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-fslc/armv8a/defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc/armv8a/defconfig b/recipes-kernel/linux/linux-fslc/armv8a/defconfig
index 04d36b9e..620782d5 100644
--- a/recipes-kernel/linux/linux-fslc/armv8a/defconfig
+++ b/recipes-kernel/linux/linux-fslc/armv8a/defconfig
@@ -963,7 +963,6 @@ CONFIG_MV_XOR=y
963CONFIG_MV_XOR_V2=y 963CONFIG_MV_XOR_V2=y
964CONFIG_OWL_DMA=y 964CONFIG_OWL_DMA=y
965CONFIG_PL330_DMA=y 965CONFIG_PL330_DMA=y
966CONFIG_TEGRA186_GPC_DMA=m
967CONFIG_TEGRA20_APB_DMA=y 966CONFIG_TEGRA20_APB_DMA=y
968CONFIG_TEGRA210_ADMA=m 967CONFIG_TEGRA210_ADMA=m
969CONFIG_QCOM_BAM_DMA=y 968CONFIG_QCOM_BAM_DMA=y