Kconfig 372 B

12345678910111213141516171819202122232425262728
  1. # Kconfig - Actions power manager
  2. #
  3. # Copyright (c) 2016 Actions Corporation
  4. #
  5. # SPDX-License-Identifier: Apache-2.0
  6. #
  7. menuconfig POWER
  8. bool
  9. prompt "Power"
  10. select POWER_MANAGER
  11. default n
  12. help
  13. This option enables actions power
  14. config POWER_MANAGER
  15. bool
  16. prompt "power manager"
  17. depends on POWER
  18. default n
  19. help
  20. This option enables actions power manager.