drivers: watchdog: Add shim for nrfx WDT driver

Changes add a translation layer to make nrfx WDT driver works
with Zephyr API.

Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no>
This commit is contained in:
Karol Lasończyk 2018-05-14 09:08:54 +02:00 committed by Maureen Helm
commit 30a24e8ad0
8 changed files with 235 additions and 6 deletions

View file

@ -0,0 +1,14 @@
# Kconfig - nrfx WDT support
#
# Copyright (c) 2018, Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
menuconfig WDT_NRFX
bool "nRF WDT nrfx driver"
depends on SOC_FAMILY_NRF && CLOCK_CONTROL_NRF5
select HAS_DTS_WDT
select NRFX_WDT
default n
help
Enable support for nrfx WDT driver for nRF MCU series.