Re: [U-Boot] [PATCH v3 21/28] mtd: nor: NOR flashes depend on MTD

2018-12-05 Thread Wolfgang Denk
Dear Miquel Raynal, In message <20181204235714.11805-22-miquel.ray...@bootlin.com> you wrote: > A NOR flash needs the MTD core, ensure this dependency is met by > adding a "depends on" in Kconfig. This is fine since defconfigs have > been fixed. If such a dependeny exists, it must be fixed.

Re: [U-Boot] [PATCH v3 21/28] mtd: nor: NOR flashes depend on MTD

2018-12-05 Thread Miquel Raynal
Hi Boris, Boris Brezillon wrote on Wed, 5 Dec 2018 11:31:44 +0100: > On Wed, 5 Dec 2018 00:57:07 +0100 > Miquel Raynal wrote: > > > A NOR flash needs the MTD core, ensure this dependency is met by > > adding a "depends on" in Kconfig. This is fine since defconfigs have > > been fixed. > > >

Re: [U-Boot] [PATCH v3 21/28] mtd: nor: NOR flashes depend on MTD

2018-12-05 Thread Boris Brezillon
On Wed, 5 Dec 2018 00:57:07 +0100 Miquel Raynal wrote: > A NOR flash needs the MTD core, ensure this dependency is met by > adding a "depends on" in Kconfig. This is fine since defconfigs have > been fixed. > > Signed-off-by: Miquel Raynal > --- > drivers/mtd/Kconfig | 1 + > 1 file changed,

[U-Boot] [PATCH v3 21/28] mtd: nor: NOR flashes depend on MTD

2018-12-04 Thread Miquel Raynal
A NOR flash needs the MTD core, ensure this dependency is met by adding a "depends on" in Kconfig. This is fine since defconfigs have been fixed. Signed-off-by: Miquel Raynal --- drivers/mtd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig