Kconfig 370 B

123456789101112131415161718192021222324
  1. # Kconfig - Actions file system
  2. #
  3. # Copyright (c) 2016 Actions Corporation
  4. #
  5. # SPDX-License-Identifier: Apache-2.0
  6. #
  7. menuconfig ALARM
  8. bool
  9. prompt "Alarm"
  10. depends on RTC
  11. select ALARM_MANAGER
  12. default n
  13. help
  14. This option enables actions input
  15. config ALARM_MANAGER
  16. bool
  17. prompt "alarm manager Support"
  18. default n
  19. help
  20. This option enables actions alarm manager.