0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002
0003 menuconfig ARCH_SUNPLUS
0004 bool "Sunplus SoCs"
0005 depends on ARCH_MULTI_V7
0006 help
0007 Support for Sunplus SoC family: SP7021 and succeeding SoC-based systems,
0008 such as the Banana Pi BPI-F2S development board (and derivatives).
0009 (<http://www.sinovoip.com.cn/ecp_view.asp?id=586>)
0010 (<https://tibbo.com/store/plus1.html>)
0011
0012 config SOC_SP7021
0013 bool "Sunplus SP7021 SoC support"
0014 depends on ARCH_SUNPLUS
0015 default ARCH_SUNPLUS
0016 select HAVE_ARM_ARCH_TIMER
0017 select ARM_GIC
0018 select ARM_PSCI
0019 select PINCTRL
0020 select PINCTRL_SPPCTL
0021 select SERIAL_SUNPLUS if TTY
0022 select SERIAL_SUNPLUS_CONSOLE if TTY
0023 help
0024 Support for Sunplus SP7021 SoC. It is based on ARM 4-core
0025 Cortex-A7 with various peripherals (e.g.: I2C, SPI, SDIO,
0026 Ethernet, etc.), FPGA interface, chip-to-chip bus.
0027 It is designed for industrial control.