Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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 |
|
select HAS_WDT_DISABLE_AT_BOOT |
|
help |
|
Enable WDT driver for LiteX.
|
|
|