Kconfig 624 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Kconfig - RTC configuration options
  2. #
  3. #
  4. # Copyright (c) 2015 Intel Corporation
  5. #
  6. # SPDX-License-Identifier: Apache-2.0
  7. #
  8. #
  9. # Actions Real-Time Clock (RTC) options
  10. #
  11. config RTC_ACTS
  12. bool "Actions SoC RTC Driver"
  13. depends on SOC_FAMILY_ACTS
  14. default n
  15. help
  16. Build Actions SoC RTC driver.
  17. config RTC_0_NAME
  18. string "RTC0 Driver's name"
  19. depends on RTC_ACTS
  20. default "RTC_0"
  21. config ALARM8HZ_ACTS
  22. bool "Actions SoC ALARM 8HZ Driver"
  23. depends on SOC_FAMILY_ACTS
  24. default n
  25. help
  26. Build Actions SoC Alarm 8HZ driver.
  27. config ALARM8HZ_0_NAME
  28. string "ALARM8HZ Driver's name"
  29. depends on ALARM8HZ_ACTS
  30. default "ALARM8HZ_0"