Adds a shim layer around the mcux lpc flexcomm driver to adapt it to the zephyr spi interface. It leverages heavily from the existing mcux dspi shim driver. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
12 lines
274 B
Text
12 lines
274 B
Text
#
|
|
# Copyright (c) 2016, Freescale Semiconductor, Inc.
|
|
# Copyright (c) 2017,2019, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig SPI_MCUX_FLEXCOMM
|
|
bool "MCUX FLEXCOMM SPI driver"
|
|
depends on HAS_MCUX_FLEXCOMM
|
|
help
|
|
Enable support for mcux flexcomm spi driver.
|