zephyr/drivers/spi/Kconfig.mcux_flexcomm
Maureen Helm a63676761b drivers: spi: Add mcux flexcomm driver
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>
2019-12-10 08:48:56 -06:00

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.