Kconfig.acts 1009 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # ADC configuration options
  2. # Copyright (c) 2021 Actions Semiconductor Co., Ltd
  3. # SPDX-License-Identifier: Apache-2.0
  4. menuconfig WDOG_ACTS
  5. bool "Actions SoC Watchdog (WDT) Driver"
  6. depends on SOC_FAMILY_ACTS
  7. default n
  8. help
  9. Enable watchdog driver for Actions SoC.
  10. config WDT_ACTS_NAME
  11. string "Watchdog Driver's name"
  12. depends on WDOG_ACTS
  13. default "WDT_0"
  14. config WDT_ACTS_START_AT_BOOT
  15. bool "Start Watchdog during boot"
  16. depends on WDOG_ACTS
  17. default n
  18. help
  19. Enable this setting to allow WDOG to be automatically started
  20. during device initialization. Note that once WDOG is started
  21. it must be reloaded before the counter reaches 0, otherwise
  22. the MCU will be reset.
  23. config WDT_ACTS_OVERFLOW_TIME
  24. int "actions watchdog overflow time"
  25. depends on WDOG_ACTS
  26. default 10000
  27. help
  28. Set the name used by WDT device during registration.
  29. config WDT_MODE_RESET
  30. bool "actions watchdog overflow reset or not"
  31. depends on WDOG_ACTS
  32. default n
  33. help
  34. Set watchdog overflow reset or interrupt