Re: [U-Boot] [PATCH v9 03/21] mtd: spi-nor: Kconfig: Add MTD_SPI_NOR entry

2016-11-05 Thread Simon Glass
On 30 October 2016 at 12:23, Jagan Teki wrote: > Added CONFIG_MTD_SPI_NOR kconfig entry > > Signed-off-by: Jagan Teki > --- > drivers/mtd/Kconfig | 2 ++ > drivers/mtd/spi-nor/Kconfig | 14 ++ > 2 files changed, 16 insertions(+) >

[U-Boot] [PATCH v9 03/21] mtd: spi-nor: Kconfig: Add MTD_SPI_NOR entry

2016-10-30 Thread Jagan Teki
Added CONFIG_MTD_SPI_NOR kconfig entry Signed-off-by: Jagan Teki --- drivers/mtd/Kconfig | 2 ++ drivers/mtd/spi-nor/Kconfig | 14 ++ 2 files changed, 16 insertions(+) create mode 100644 drivers/mtd/spi-nor/Kconfig diff --git a/drivers/mtd/Kconfig