Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
refs/heads/upstream/main
/
.
/
drivers
/
watchdog
/
Kconfig.litex
blob: 134c519cf22cabed12413b5a2e22aa28870688fb [
file
] [
edit
]
# LiteX WDT configuration
# Copyright (C) 2024 Vogl Electronic GmbH
# SPDX-License-Identifier: Apache-2.0
config WDT_LITEX
bool
"LiteX Watchdog (WDT) Driver"
default
y
depends on DT_HAS_LITEX_WATCHDOG_ENABLED
help
Enable
WDT driver
for
LiteX
.