[U-Boot] [PATCH v4 6/16] mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entry
Jagan Teki
jagannadh.teki at gmail.com
Thu Jan 26 12:58:56 CET 2017
On Mon, Jan 23, 2017 at 2:46 PM, Maxime Ripard
<maxime.ripard at free-electrons.com> wrote:
> From: Boris Brezillon <boris.brezillon at free-electrons.com>
>
> Expose the RBTREE feature through Kconfig and select this option from the
> MTD_UBI option.
>
> Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>
> Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
> ---
> drivers/mtd/ubi/Kconfig | 1 +
> lib/Kconfig | 3 +++
> 2 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig
> index 0c82395317ab..cb9ba78681ed 100644
> --- a/drivers/mtd/ubi/Kconfig
> +++ b/drivers/mtd/ubi/Kconfig
> @@ -3,6 +3,7 @@ menu "UBI support"
> config MTD_UBI
> bool "Enable UBI - Unsorted block images"
> select CRC32
> + select RBTREE if ARCH_SUNXI
Better to define Kconfig for RBTREE at lib/ and make default there if
required, this would easy for understanding directory specific Kconfig
defines as well as showing some help text about RBTREE.
thanks!
--
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.
More information about the U-Boot
mailing list