Commit 22cf953a407a8e44746de121a5ab2a78e8e3f24c

Authored by Karl Beldan
Committed by Tom Rini
1 parent f8dc5a0f9b

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: Karl Beldan <karl.beldan-ext@sagemcom.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -1255,6 +1255,7 @@
1255 1255 tristate "Enable UBI - Unsorted block images commands"
1256 1256 select CRC32
1257 1257 select MTD_UBI
  1258 + select CMD_MTDPARTS
1258 1259 default y if NAND_SUNXI
1259 1260 help
1260 1261 UBI is a software layer above MTD layer which admits use of LVM-like