Kconfig 984 B

12345678910111213141516171819202122232425262728293031323334
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Sophgo SoC drivers
  4. #
  5. if ARCH_SOPHGO || COMPILE_TEST
  6. menu "Sophgo SoC drivers"
  7. config SOPHGO_CV1800_RTCSYS
  8. tristate "Sophgo CV1800 RTC MFD"
  9. select MFD_CORE
  10. help
  11. If you say yes here you get support the RTC MFD driver for Sophgo
  12. CV1800 series SoC. The RTC module comprises a 32kHz oscillator,
  13. Power-on-Reset (PoR) sub-module, HW state machine to control chip
  14. power-on, power-off and reset. Furthermore, the 8051 subsystem is
  15. located within RTCSYS including associated SRAM block.
  16. This driver can also be built as a module. If so, the module will be
  17. called cv1800-rtcsys.
  18. config SOPHGO_SG2044_TOPSYS
  19. tristate "Sophgo SG2044 TOP syscon driver"
  20. select MFD_CORE
  21. help
  22. This is the core driver for the Sophgo SG2044 TOP system
  23. controller device. This driver provide PLL clock device
  24. for the SoC.
  25. This driver can also be built as a module. If so, the module
  26. will be called sg2044-topsys.
  27. endmenu
  28. endif