Re: [PATCH 3/9] spi: Kconfig: Move MSCC_BB_SPI, FSL_QSPI into DM_SPI

2020-05-27 Thread Jagan Teki
On Tue, May 26, 2020 at 1:34 PM Jagan Teki wrote: > > - MSCC_BB_SPI > - FSL_QSPI > > Both are fully dm-driven, let's move them into DM_SPI > side definition. > > Signed-off-by: Jagan Teki > --- Applied to u-boot-spi/master

[PATCH 3/9] spi: Kconfig: Move MSCC_BB_SPI, FSL_QSPI into DM_SPI

2020-05-26 Thread Jagan Teki
- MSCC_BB_SPI - FSL_QSPI Both are fully dm-driven, let's move them into DM_SPI side definition. Signed-off-by: Jagan Teki --- drivers/spi/Kconfig | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index