From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?J=F6rg?= Krause Date: Tue, 30 May 2017 09:42:33 +0200 Subject: [U-Boot] [PATCH v5 7/16] cmd: Expose a Kconfig option to enable UBIFS commands In-Reply-To: References: Message-ID: <1496130153.6302.9.camel@embedded.rocks> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Hi Maxime, On Mon, 2017-02-27 at 18:22 +0100, Maxime Ripard wrote: > From: Boris Brezillon >=20 > Create a new Kconfig entry to allow CMD_UBIFS selection from Kconfig > and > add an hidden LZO option that can be selected by CMD_UBIFS. >=20 > Signed-off-by: Boris Brezillon > Signed-off-by: Maxime Ripard > --- > cmd/Kconfig | 8 ++++++++ > lib/Kconfig | 2 ++ > 2 files changed, 10 insertions(+), 0 deletions(-) >=20 > diff --git a/cmd/Kconfig b/cmd/Kconfig > index 0734d669dbd7..66d3273fac6f 100644 > --- a/cmd/Kconfig > +++ b/cmd/Kconfig > @@ -835,4 +835,12 @@ config CMD_UBI > (www.linux-mtd.infradead.org). Activate this option if you > want > to use U-Boot UBI commands. > =20 > +config CMD_UBIFS > + tristate "Enable UBIFS - Unsorted block images filesystem > commands" > + select CRC32 > + select RBTREE if ARCH_SUNXI > + select LZO if ARCH_SUNXI RBTREE and LZO shouldn't depend on the sunxi arch. Best regards J=C3=B6rg Krause