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

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: default avatarKarl Beldan <karl.beldan-ext@sagemcom.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent b2237a4f
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ config MTD_UBI ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment