mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02:00
ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONS
This missing dependency has probably remained under the radar because MTD_PARTITIONS is still whitelisted. Signed-off-by: Karl Beldan <karl.beldan-ext@sagemcom.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -4,6 +4,7 @@ config MTD_UBI
|
|||||||
bool "Enable UBI - Unsorted block images"
|
bool "Enable UBI - Unsorted block images"
|
||||||
select CRC32
|
select CRC32
|
||||||
select RBTREE
|
select RBTREE
|
||||||
|
select MTD_PARTITIONS
|
||||||
help
|
help
|
||||||
UBI is a software layer above MTD layer which admits of LVM-like
|
UBI is a software layer above MTD layer which admits of LVM-like
|
||||||
logical volumes on top of MTD devices, hides some complexities of
|
logical volumes on top of MTD devices, hides some complexities of
|
||||||
|
Reference in New Issue
Block a user