[PATCH 1/4] test: self: change CONFIG_CMD_SELFTEST default to y
Ahmad Fatoum
a.fatoum at pengutronix.de
Sun Oct 9 23:14:34 PDT 2022
If a user enables CONFIG_SELFTEST, there's a fair chance, they don't
mind having a selftest command to exercise the enabled test.
Thus enable this by default.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
test/self/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/self/Kconfig b/test/self/Kconfig
index 680196a4fe29..5d984e30b226 100644
--- a/test/self/Kconfig
+++ b/test/self/Kconfig
@@ -10,6 +10,7 @@ if SELFTEST
config CMD_SELFTEST
bool "selftest command"
depends on COMMAND_SUPPORT
+ default y
help
Command to run enabled barebox self-tests.
If run without arguments, all tests are run
--
2.30.2
More information about the barebox
mailing list