Kconfig 712 B

123456789101112131415161718192021222324
  1. # WatchDog
  2. config MTK_WATCHDOG
  3. tristate "WatchDog Enable"
  4. default y
  5. ---help---
  6. Watch dog mtk driver enable/disable in the kernel.
  7. Say Y here if you want to use mediatek watchdog driver
  8. please note that mediatek watchdog driver don't use
  9. watchdog core which define by WATCHDOG_CORE.
  10. # common watchdog driver
  11. config MTK_WATCHDOG_COMMON
  12. bool "WatchDog Support Common"
  13. select RESET_CONTROLLER
  14. ---help---
  15. Watch dog mtk driver support common code between different Socs.
  16. # enable watchdog or not
  17. config MTK_WD_KICKER
  18. tristate "WatchDog Kicer"
  19. default y
  20. ---help---
  21. Watch dog kicker is a module in the kernel for kicking the watch dog.
  22. Say Y here if you want to use the mediatek watchdog timer driver.