From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Date: Tue, 4 Dec 2018 15:33:51 +0100 Subject: [U-Boot] [PATCH v2 18/24] mtd: rawnand: compile-in the NAND core In-Reply-To: <20181129005719.2ff731ec@bbrezillon> References: <20181128230800.13292-1-miquel.raynal@bootlin.com> <20181128230800.13292-19-miquel.raynal@bootlin.com> <20181129005719.2ff731ec@bbrezillon> Message-ID: <20181204153351.5f5cbae7@xps13> 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 Boris, Boris Brezillon wrote on Thu, 29 Nov 2018 00:57:19 +0100: > On Thu, 29 Nov 2018 00:07:54 +0100 > Miquel Raynal wrote: >=20 > > The NAND core should be selected by both SPI NAND and raw NAND > > drivers. > >=20 > > Signed-off-by: Miquel Raynal > > --- > > drivers/mtd/nand/raw/Kconfig | 2 ++ > > 1 file changed, 2 insertions(+) > >=20 > > diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig > > index a1fd476b0d..5624e47d65 100644 > > --- a/drivers/mtd/nand/raw/Kconfig > > +++ b/drivers/mtd/nand/raw/Kconfig > > @@ -1,6 +1,8 @@ > > =20 > > menuconfig MTD_RAW_NAND > > bool "Raw NAND Device Support" > > + select MTD_NAND_CORE > > + =20 >=20 > I'm pretty sure this is not needed (yet). Let's not compile things we > don't need as some devices have storage constraints. Ok, but I will keep the compilation fixes for the time when we will want to compile these files. Thanks, Miqu=C3=A8l