2016-11-29 19:13:49 +08:00
|
|
|
# Kconfig - Watchdog configuration options for QMSI WDT
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015 Intel Corporation
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-11-29 19:13:49 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
config WDT_QMSI
|
|
|
|
bool "QMSI Watchdog driver"
|
2018-09-20 21:23:13 +08:00
|
|
|
select HAS_DTS_WDT
|
2016-11-29 19:13:49 +08:00
|
|
|
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
|
2018-08-14 22:19:20 +08:00
|
|
|
bool "WDT shim driver API reentrancy"
|
2016-11-29 19:13:49 +08:00
|
|
|
depends on WDT_QMSI
|
|
|
|
help
|
|
|
|
Enable support for WDT shim driver API reentrancy.
|