162306a36Sopenharmony_ci# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
262306a36Sopenharmony_ci
362306a36Sopenharmony_cimenuconfig ARCH_SUNPLUS
462306a36Sopenharmony_ci	bool "Sunplus SoCs"
562306a36Sopenharmony_ci	depends on ARCH_MULTI_V7
662306a36Sopenharmony_ci	help
762306a36Sopenharmony_ci	  Support for Sunplus SoC family: SP7021 and succeeding SoC-based systems,
862306a36Sopenharmony_ci	  such as the Banana Pi BPI-F2S development board (and derivatives).
962306a36Sopenharmony_ci	  (<http://www.sinovoip.com.cn/ecp_view.asp?id=586>)
1062306a36Sopenharmony_ci	  (<https://tibbo.com/store/plus1.html>)
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciconfig SOC_SP7021
1362306a36Sopenharmony_ci	bool "Sunplus SP7021 SoC support"
1462306a36Sopenharmony_ci	depends on ARCH_SUNPLUS
1562306a36Sopenharmony_ci	default ARCH_SUNPLUS
1662306a36Sopenharmony_ci	select HAVE_ARM_ARCH_TIMER
1762306a36Sopenharmony_ci	select ARM_GIC
1862306a36Sopenharmony_ci	select ARM_PSCI
1962306a36Sopenharmony_ci	select PINCTRL
2062306a36Sopenharmony_ci	select PINCTRL_SPPCTL
2162306a36Sopenharmony_ci	select SERIAL_SUNPLUS if TTY
2262306a36Sopenharmony_ci	select SERIAL_SUNPLUS_CONSOLE if TTY
2362306a36Sopenharmony_ci	help
2462306a36Sopenharmony_ci	  Support for Sunplus SP7021 SoC. It is based on ARM 4-core
2562306a36Sopenharmony_ci	  Cortex-A7 with various peripherals (e.g.: I2C, SPI, SDIO,
2662306a36Sopenharmony_ci	  Ethernet, etc.), FPGA interface,  chip-to-chip bus.
2762306a36Sopenharmony_ci	  It is designed for industrial control.
28