Kconfig 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config ARM_SCMI_PERF_DOMAIN
  3. tristate "SCMI performance domain driver"
  4. depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
  5. default ARM_SCMI_PROTOCOL
  6. select PM_GENERIC_DOMAINS if PM
  7. help
  8. This enables support for the SCMI performance domains which can be
  9. enabled or disabled via the SCP firmware.
  10. This driver can also be built as a module. If so, the module will be
  11. called scmi_perf_domain.
  12. config ARM_SCMI_POWER_DOMAIN
  13. tristate "SCMI power domain driver"
  14. depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
  15. default ARM_SCMI_PROTOCOL
  16. select PM_GENERIC_DOMAINS if PM
  17. help
  18. This enables support for the SCMI power domains which can be
  19. enabled or disabled via the SCP firmware
  20. This driver can also be built as a module. If so, the module
  21. will be called scmi_pm_domain. Note this may needed early in boot
  22. before rootfs may be available.
  23. config ARM_SCPI_POWER_DOMAIN
  24. tristate "SCPI power domain driver"
  25. depends on ARM_SCPI_PROTOCOL || (COMPILE_TEST && OF)
  26. default ARM_SCPI_PROTOCOL
  27. select PM_GENERIC_DOMAINS if PM
  28. help
  29. This enables support for the SCPI power domains which can be
  30. enabled or disabled via the SCP firmware
  31. This driver can also be built as a module. If so, the module will be
  32. called scpi_pm_domain.