15 lines
530 B
Plaintext
15 lines
530 B
Plaintext
|
#===============================================================================
|
||
|
# @brief Kconfig file.
|
||
|
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
|
||
|
#===============================================================================
|
||
|
config WDT_TIMEOUT_SAMPLE
|
||
|
bool
|
||
|
prompt "Choose watchdog kick timeout."
|
||
|
depends on SAMPLE_SUPPORT_WDT
|
||
|
default n
|
||
|
|
||
|
config WDT_KICK_SAMPLE
|
||
|
bool
|
||
|
prompt "Choose watchdog kick normally."
|
||
|
depends on SAMPLE_SUPPORT_WDT
|
||
|
default n
|