Kconfig 584 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config LIGHT_AON
  3. bool "Thead Light Aon Protocol driver"
  4. depends on THEAD_LIGHT_MBOX
  5. default y
  6. help
  7. Thead light Aon is a low-level system function which runs a dedicated
  8. thead riscv E902 core to provide power, clock and resource management.
  9. This driver manages the IPC interface between host cpu liks thead
  10. and the Aon firmware running on thead riscv E902 core.
  11. config LIGHT_AON_PD
  12. bool "Thead Light Aon Power Domain driver"
  13. depends on LIGHT_AON
  14. select PM_GENERIC_DOMAINS if PM
  15. help
  16. The Aon power domain virtual driver.