mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00: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:
parent
b2237a4f5d
commit
f8dc5a0f9b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ config MTD_UBI
|
|||
bool "Enable UBI - Unsorted block images"
|
||||
select CRC32
|
||||
select RBTREE
|
||||
select MTD_PARTITIONS
|
||||
help
|
||||
UBI is a software layer above MTD layer which admits of LVM-like
|
||||
logical volumes on top of MTD devices, hides some complexities of
|
||||
|
|
Loading…
Reference in a new issue