[PATCH 1/4] test: self: change CONFIG_CMD_SELFTEST default to y
Sascha Hauer
sha at pengutronix.de
Tue Oct 11 08:02:00 PDT 2022
On Mon, Oct 10, 2022 at 08:14:34AM +0200, Ahmad Fatoum wrote:
> 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(+)
Applied, thanks
Sascha
>
> 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
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list