
31 Jan
2022
31 Jan
'22
3:55 p.m.
Add an config SANDBOX_BINMAN to enable binman on sandbox. It is useful for test.
Signed-off-by: Philippe Reynes philippe.reynes@softathome.com --- arch/sandbox/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index 477c51960d..6d1f36a0e1 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -29,6 +29,13 @@ config SANDBOX_SPL bool "Enable SPL for sandbox" select SUPPORT_SPL
+config SANDBOX_BINMAN + bool "Enable binman" + select BINMAN + help + Enable the support of binman on sandbox. + It may be useful for test. + config SYS_CONFIG_NAME default "sandbox_spl" if SANDBOX_SPL default "sandbox" if !SANDBOX_SPL
--
2.17.1