Re: [PATCH v4 09/10] ARM: sunplus: Add initial support for Sunplus SP7021 SoC

From: Randy Dunlap
Date: Thu Nov 04 2021 - 01:20:06 EST


On 11/3/21 7:57 PM, Qin Jian wrote:
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 59baf6c13..feba287eb 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -487,6 +487,24 @@ config ARCH_S3C24XX
(<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or the
Samsung SMDK2410 development board (and derivatives).
+config ARCH_SUNPLUS
+ bool "Sunplus SoCs"
+ select CLKSRC_OF
+ select COMMON_CLK
+ select GENERIC_CLOCKEVENTS
+ select GENERIC_IRQ_CHIP
+ select GENERIC_IRQ_MULTI_HANDLER
+ select SERIAL_SUNPLUS
+ select SERIAL_SUNPLUS_CONSOLE
+ select USE_OF
+ select RTC_CLASS
+ select RESET_SUNPLUS
+ help
+ Support for Sunplus SoC family: SP7021 and succeed SoCs based systems,

succeeding or successsor or following
SoC-based systems,

+ such as the Banana Pi BPI-F2S development board ( and derivatives).

(and derivatives).

+ (<http://www.sinovoip.com.cn/ecp_view.asp?id=586>)
+ (<https://tibbo.com/store/plus1.html>)


--
~Randy