Add shell commands to setup, disable, install timeout and feed a watchdog device. These commands reflect watchdog API. Signed-off-by: Benjamin Lemouzy <blemouzy@centralp.fr>
9 lines
171 B
Text
9 lines
171 B
Text
# Copyright (c) 2023 Centralp
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config WDT_SHELL
|
|
bool "Watchdog (WDT) shell"
|
|
default y
|
|
depends on SHELL
|
|
help
|
|
Enable WDT shell.
|