| # Kconfig - Watchdog configuration options for QMSI WDT | |
| # | |
| # | |
| # Copyright (c) 2015 Intel Corporation | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # | |
| config WDT_QMSI | |
| bool "QMSI Watchdog driver" | |
| select HAS_DTS_WDT | |
| help | |
| This option enables the QMSI watchdog driver. | |
| This driver is simply a shim driver based on the watchdog | |
| driver provided by the QMSI BSP. | |
| config WDT_QMSI_API_REENTRANCY | |
| bool "WDT shim driver API reentrancy" | |
| depends on WDT_QMSI | |
| help | |
| Enable support for WDT shim driver API reentrancy. |