This adds a translation layer to make the nrfx driver for the legacy (i.e. without EasyDMA) nRF SPI peripheral accessible via the updated Zephyr's API of the SPI driver. Configuration files are already prepared for adding support for SPIM (Master with EasyDMA) and SPIS (Slave with EasyDMA) peripherals. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
20 lines
217 B
Text
20 lines
217 B
Text
#
|
|
# Copyright (c) 2016 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config HAS_NORDIC_DRIVERS
|
|
bool
|
|
|
|
config HAS_NRFX
|
|
bool
|
|
|
|
config NRFX_SPI
|
|
bool
|
|
|
|
config NRFX_SPIM
|
|
bool
|
|
|
|
config NRFX_SPIS
|
|
bool
|