treewide: Migrate CONFIG_SYS_ALT_MEMTEST to Kconfig

Migrate the CONFIG_SYS_ALT_MEMTEST option to Kconfig.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
[trini: Re-run migration after also including CMD_MEMTEST]
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Mario Six
2018-03-28 14:38:14 +02:00
committed by Tom Rini
parent c9542eae0b
commit e89f8aae3d
132 changed files with 74 additions and 88 deletions

View File

@@ -533,6 +533,15 @@ config CMD_MEMTEST
help
Simple RAM read/write test.
if CMD_MEMTEST
config SYS_ALT_MEMTEST
bool "Alternative test"
help
Use a more complete alternative memory test.
endif
config CMD_MX_CYCLIC
bool "mdc, mwc"
help