From: Jagan Teki Date: Wed, 16 Oct 2019 12:35:56 +0000 (+0530) Subject: spi: Kconfig: Enable SPI_SUNXI for SUNXI X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=dc738248db9355c66241979b21d6bf4e2a625bef;p=u-boot.git spi: Kconfig: Enable SPI_SUNXI for SUNXI 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 --- 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.