From 926b836fcc484e283c539b14581fd378a7325714 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Tue, 31 Jan 2023 14:21:05 +0100 Subject: toradex_imx_v8.config: Do not use -m flag in merge_config.sh The -m flag causes the script to not call make in the end. That means if we put e.g. CONFIG_MEDIA_SUPPORT to module, this does not disable all the configs below the one until make is being issued. fix the header that suggests to use this flag in order to enable us to simplify the diff config by disabling/putting to module whole categories of configs. Signed-off-by: Philippe Schenker (cherry picked from commit 60884f6adf3d645a40cd177279c5f1383dfb7215) --- recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel/linux') diff --git a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config index c7084ac..2f38446 100644 --- a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config +++ b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config @@ -2,7 +2,7 @@ ## it is used to generate toradex defconfig with the following command ## ## make defconfig -## scripts/kconfig/merge_config.sh -m .config toradex_imx_v8.config +## scripts/kconfig/merge_config.sh .config toradex_imx_v8.config ## make savedefconfig # CPU Frequency scaling -- cgit v1.2.3