diff options
| author | Karl Beldan <[email protected]> | 2017-07-12 16:11:45 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-07-24 07:33:34 -0400 |
| commit | f8dc5a0f9b4faf6b9633e1d128885eee0f792a2b (patch) | |
| tree | 2de151a4d1579ed4716cf62f623cc4806aecd27e /drivers | |
| parent | b2237a4f5d9a285e6c4f0ae425dbd7504b8b4af5 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/ubi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig index 165273e4389..caa5197df50 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 |
