public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 1/3] spi: Kconfig: Enable SPI_SUNXI for SUNXI
@ 2019-10-16 16:22 Jagan Teki
  2019-10-16 16:22 ` [U-Boot] [PATCH v3 2/3] arm: sunxi: Enable SPI/SPI-FLASH support for A64 Jagan Teki
  2019-10-16 16:22 ` [U-Boot] [PATCH v3 3/3] configs: sopine-baseboard: Enable SPI-FLASH Jagan Teki
  0 siblings, 2 replies; 5+ messages in thread
From: Jagan Teki @ 2019-10-16 16:22 UTC (permalink / raw)
  To: u-boot

SPI_SUNXI driver is fully dm-aware and the Allwinner
architecture kconfig would have logic to enable the
DM_SPI. So, select default spi sunxi driver for
sunxi architecture.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
Changes for v3:
- none

 drivers/spi/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 0152dff74f..7be867d5b6 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -260,6 +260,7 @@ config SPI_SIFIVE
 
 config SPI_SUNXI
 	bool "Allwinner SoC SPI controllers"
+	default ARCH_SUNXI
 	help
 	  Enable the Allwinner SoC SPi controller driver.
 
-- 
2.18.0.321.gffc6fa0e3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-21 18:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-16 16:22 [U-Boot] [PATCH v3 1/3] spi: Kconfig: Enable SPI_SUNXI for SUNXI Jagan Teki
2019-10-16 16:22 ` [U-Boot] [PATCH v3 2/3] arm: sunxi: Enable SPI/SPI-FLASH support for A64 Jagan Teki
2019-10-16 16:22 ` [U-Boot] [PATCH v3 3/3] configs: sopine-baseboard: Enable SPI-FLASH Jagan Teki
2019-10-20  6:24   ` Vasily Khoruzhick
2019-10-21 18:21     ` Jagan Teki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox