[U-Boot] [PATCH 3/5] ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONS
Karl Beldan
karl.beldan at gmail.com
Wed Jul 12 16:11:45 UTC 2017
From: Karl Beldan <karl.beldan-ext at sagemcom.com>
This missing dependency has probably remained under the radar because
MTD_PARTITIONS is still whitelisted.
Signed-off-by: Karl Beldan <karl.beldan-ext at sagemcom.com>
---
drivers/mtd/ubi/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig
index 165273e438..caa5197df5 100644
--- a/drivers/mtd/ubi/Kconfig
+++ b/drivers/mtd/ubi/Kconfig
@@ -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
--
2.13.0
More information about the U-Boot
mailing list