Skip to content
Snippets Groups Projects
Commit 22cf953a authored by Karl Beldan's avatar Karl Beldan Committed by Tom Rini
Browse files

cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS


Many configs still define CMD_MTDPARTS in their non-Kconfig but
CMD_MTDPARTS has now moved to Kconfig.

Signed-off-by: default avatarKarl Beldan <karl.beldan-ext@sagemcom.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent f8dc5a0f
No related branches found
No related tags found
No related merge requests found
......@@ -1255,6 +1255,7 @@ config CMD_UBI
tristate "Enable UBI - Unsorted block images commands"
select CRC32
select MTD_UBI
select CMD_MTDPARTS
default y if NAND_SUNXI
help
UBI is a software layer above MTD layer which admits use of LVM-like
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment