Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
60c661dfc89dae93d153d6e2530577ce853cd89d
/
.
/
drivers
/
watchdog
/
Kconfig.shell
blob: 5f5a97a6bda1310cf358f7f877b7b232999f9c0a [
file
] [
log
] [
blame
]
# 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
.