From 81e75741777aa969feb331a42232b200bda655ba Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 10 Oct 2022 08:14:34 +0200 Subject: test: self: change CONFIG_CMD_SELFTEST default to y 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 Link: https://lore.barebox.org/20221010061437.2085412-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- test/self/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/self/Kconfig b/test/self/Kconfig index 03cfa89987..58a782f75f 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 -- cgit v1.2.1