commit | 059df5624b49c8f4935b634acebe9cdacfb5cab3 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Mon Mar 28 22:56:53 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 31 14:12:01 2022 -0400 |
tree | b77142ca12482a22c0f43503d43d927fc632965d | |
parent | 23e354f82c04a1c070ca59907abc6b042761b0e7 [diff] [blame] |
arch: Kconfig: imply BINMAN for SANDBOX To be able to use the tool binman on sandbox, the config SANDBOX should imply BINMAN. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
diff --git a/arch/Kconfig b/arch/Kconfig index 1b35fda..8450fdb 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -205,6 +205,7 @@ imply KEYBOARD imply PHYSMEM imply GENERATE_ACPI_TABLE + imply BINMAN config SH bool "SuperH architecture"