2025-10-10 16:07:00 +08:00

15 lines
246 B
Plaintext

menu "AON_Watchdog"
config AON_WDT
bool "Enable AON Watchdog"
default n
config INT_AON_WDT
bool "Enable Interrupt AON Watchdog"
default n
config INT_AON_WDT_PERIOD_MS
int "Interrupt AON Watchdog Period(ms)"
default 1000
endmenu