summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2023-01-25 18:21:04 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-02-27 10:05:12 +0100
commit31932d5a1d4b4019d99b87a0aaab0f2348c5f3bc (patch)
tree5d115306a73e21abd12746769fd475d239e1ffc7 /recipes-kernel
parent913774eeb7c1ae84a8e66e74c1bfc41cf90eb247 (diff)
toradex_imx_v6_v7.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 <philippe.schenker@toradex.com> (cherry picked from commit ebc968f1d7522b21ec8ffe19dbb87fd3f5d4ed6c)
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config
index 1e7ee04..bb84d92 100644
--- a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config
+++ b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config
@@ -2,7 +2,7 @@
## it is used to generate toradex defconfig with the following command
##
## make imx_v6_v7_defconfig
-## scripts/kconfig/merge_config.sh -m .config toradex_imx_v6_v7.config
+## scripts/kconfig/merge_config.sh .config toradex_imx_v6_v7.config
## make savedefconfig
# LZ4 support is better than LZO and provide good boot time performance