Re: [PATCH v2 1/2] SPI: Add SPI driver for Sunplus SP7021

From: Randy Dunlap
Date: Tue Nov 09 2021 - 11:55:43 EST


On 11/9/21 1:01 AM, LH.Kuo wrote:
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 596705d..30ce0ed 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -866,6 +866,17 @@ config SPI_SUN6I
help
This enables using the SPI controller on the Allwinner A31 SoCs.
+config SPI_SUNPLUS_SP7021
+ tristate "Sunplus SP7021 SPI controller"
+ depends on SOC_SP7021
+ help
+ This enable Sunplus SP7021 spi controller driver on the SP7021 SoCs.

enables the Sunplus SP021 SPI

+ This driver can also be built as a module. If so, the module will be
+ called as spi-sunplus-sp7021.
+
+ If you have a Sunplus SP7021 platform say Y here.

have a Sunplus
(i.e., drop one space)

+ If unsure, say N.


--
~Randy