Kconfig 872 B

123456789101112131415161718192021222324252627
  1. # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. menuconfig ARCH_SUNPLUS
  3. bool "Sunplus SoCs"
  4. depends on ARCH_MULTI_V7
  5. help
  6. Support for Sunplus SoC family: SP7021 and succeeding SoC-based systems,
  7. such as the Banana Pi BPI-F2S development board (and derivatives).
  8. (<http://www.sinovoip.com.cn/ecp_view.asp?id=586>)
  9. (<https://tibbo.com/store/plus1.html>)
  10. config SOC_SP7021
  11. bool "Sunplus SP7021 SoC support"
  12. depends on ARCH_SUNPLUS
  13. default ARCH_SUNPLUS
  14. select HAVE_ARM_ARCH_TIMER
  15. select ARM_GIC
  16. select ARM_PSCI
  17. select PINCTRL
  18. select PINCTRL_SPPCTL
  19. select SERIAL_SUNPLUS if TTY
  20. select SERIAL_SUNPLUS_CONSOLE if TTY
  21. help
  22. Support for Sunplus SP7021 SoC. It is based on ARM 4-core
  23. Cortex-A7 with various peripherals (e.g.: I2C, SPI, SDIO,
  24. Ethernet, etc.), FPGA interface, chip-to-chip bus.
  25. It is designed for industrial control.