zephyr/drivers/spi/Kconfig.mcux_ecspi
Pieter De Gendt fcc729f240 drivers: spi: Support NXP i.MX ECSPI
Add a driver implementation for NXP's Enhanced Configurable SPI.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2024-04-02 21:03:47 -04:00

12 lines
267 B
Plaintext

# Copyright (c) 2024, Basalte bv
# SPDX-License-Identifier: Apache-2.0
config SPI_MCUX_ECSPI
bool "MCUX ECSPI driver"
default y
depends on DT_HAS_NXP_IMX_ECSPI_ENABLED
depends on CLOCK_CONTROL
select PINCTRL
help
Enable support for NXP's mcux ecspi driver.