From: Karl Beldan <karl.beldan@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/5] ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONS
Date: Wed, 12 Jul 2017 16:11:45 +0000 [thread overview]
Message-ID: <20170712161147.28614-3-karl.beldan@gmail.com> (raw)
In-Reply-To: <20170712161147.28614-1-karl.beldan@gmail.com>
From: Karl Beldan <karl.beldan-ext@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@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
next prev parent reply other threads:[~2017-07-12 16:11 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-12 16:11 [U-Boot] [PATCH 1/5] ubi: Kconfig: Fix MTD_UBI selection dependency Karl Beldan
2017-07-12 16:11 ` [U-Boot] [PATCH 2/5] cmd: Kconfig: Fix a dependency of CMD_MTDPARTS Karl Beldan
2017-07-12 18:14 ` Tom Rini
2017-07-25 0:44 ` [U-Boot] [U-Boot, " Tom Rini
2017-07-12 16:11 ` Karl Beldan [this message]
2017-07-12 18:14 ` [U-Boot] [PATCH 3/5] ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONS Tom Rini
2017-07-25 0:44 ` [U-Boot] [U-Boot, " Tom Rini
2017-07-12 16:11 ` [U-Boot] [PATCH 4/5] cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS Karl Beldan
2017-07-12 18:14 ` Tom Rini
2017-07-25 0:45 ` [U-Boot] [U-Boot, " Tom Rini
2017-07-12 16:11 ` [U-Boot] [PATCH 5/5] cmd: Kconfig: Fix CMD_UBIFS dependencies Karl Beldan
2017-07-12 18:14 ` Tom Rini
2017-07-25 0:45 ` [U-Boot] [U-Boot,5/5] " Tom Rini
2017-07-12 18:13 ` [U-Boot] [PATCH 1/5] ubi: Kconfig: Fix MTD_UBI selection dependency Tom Rini
2017-07-25 0:44 ` [U-Boot] [U-Boot, " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170712161147.28614-3-karl.beldan@gmail.com \
--to=karl.beldan@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox