config WDT_TIMEOUT_S
    int "Time after which the watchdog will reset the board if it is not fed in seconds"

config WDT_FEEDING_INTERVAL_S
    int "Time between feeding the watchdog"

module = TRACK_WDT
module-str = Track Watchdog
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"

module = TRACK_TASK_WATCHDOG
module-str = Track Task Watchdog Wrapper
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
