Re: [U-Boot] [PATCH 09/10] spi: kconfig: Enable SUN4I_SPI by default if ARCH_SUNXI

2019-02-12 Thread André Przywara
On 09/02/2019 13:14, Jagan Teki wrote: > Enable SUN4I_SPI by default for ARCH_SUNXI, so that board > that would require to enable DM_SPI that eventually enable > the SUN4I_SPI driver. > > Signed-off-by: Jagan Teki > --- > drivers/spi/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff

[U-Boot] [PATCH 09/10] spi: kconfig: Enable SUN4I_SPI by default if ARCH_SUNXI

2019-02-09 Thread Jagan Teki
Enable SUN4I_SPI by default for ARCH_SUNXI, so that board that would require to enable DM_SPI that eventually enable the SUN4I_SPI driver. Signed-off-by: Jagan Teki --- drivers/spi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index