1# Copyright (c) 2023 Prevas A/S
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config WDT_TI_TPS382X
6	bool "External TI TPS382x Watchdog (WDT) Driver"
7	default y
8	depends on DT_HAS_TI_TPS382X_ENABLED
9	depends on GPIO
10	help
11	  Enable WDT driver for TI TPS382x. This is an external IC and requires
12	  a GPIO connection from the processor.
13