summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2023-01-25 18:21:04 +0100
committerPhilippe Schenker <philippe.schenker@toradex.com>2023-02-07 10:07:15 +0100
commitebc968f1d7522b21ec8ffe19dbb87fd3f5d4ed6c (patch)
treebb08c819aaeebfb1ffbad6429c7c197baf0fbcff
parent0ff230d84824c0ebf34e1f08ed2dd5811c17cd11 (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>
-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 6807589..276ff95 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