[PATCH] fixup! common: add option for shipping KCONFIG_CONFIG as /env/data/config
Ahmad Fatoum
ahmad at a3f.at
Sun Apr 11 21:39:47 BST 2021
Doesn't make sense to have this without DEFAULT_ENVIRONMENT_GENERIC_NEW
support. Similar options depend on this as well.
Signed-off-by: Ahmad Fatoum <ahmad at a3f.at>
---
common/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/Kconfig b/common/Kconfig
index 2872c80dbf13..bddf802d3bb4 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -943,6 +943,7 @@ config DEFAULT_ENVIRONMENT_GENERIC_NEW_REBOOT_MODE
config DEFAULT_ENVIRONMENT_GENERIC_NEW_IKCONFIG
bool "Ship .config as /env/data/config"
+ depends on DEFAULT_ENVIRONMENT_GENERIC_NEW
help
This option embeds the used barebox Kconfig .config file into the
environment as /env/data/config. This will increases barebox image
--
2.31.0
More information about the barebox
mailing list