aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorPhilippe Reynes2022-03-28 22:56:53 +0200
committerTom Rini2022-03-31 14:12:01 -0400
commit059df5624b49c8f4935b634acebe9cdacfb5cab3 (patch)
treeb77142ca12482a22c0f43503d43d927fc632965d /arch/Kconfig
parent23e354f82c04a1c070ca59907abc6b042761b0e7 (diff)
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>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 1b35fda64cc..8450fdb75c4 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -205,6 +205,7 @@ config SANDBOX
imply KEYBOARD
imply PHYSMEM
imply GENERATE_ACPI_TABLE
+ imply BINMAN
config SH
bool "SuperH architecture"