projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2237a4
)
ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONS
author
Karl Beldan
<karl.beldan-ext@sagemcom.com>
Wed, 12 Jul 2017 16:11:45 +0000
(16:11 +0000)
committer
Tom Rini
<trini@konsulko.com>
Mon, 24 Jul 2017 11:33:34 +0000
(07:33 -0400)
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>
drivers/mtd/ubi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/ubi/Kconfig
b/drivers/mtd/ubi/Kconfig
index 165273e4389938044d613f8948bb3c9f660e6a97..caa5197df5062b83fea37f8d77ad1015621ff627 100644
(file)
--- 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