zephyr/drivers/watchdog/Kconfig.qmsi
Savinay Dharmappa bf389e0853 drivers: watchdog: Add dts support for QMSI based watchdog.
patch adds the device binding for qmsi watchdog and device node
for socs which are using wdt qmsi driver.

Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-10-14 14:16:03 -04:00

22 lines
511 B
Plaintext

# 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.