1# Copyright (c) 2024, Basalte bv
2# SPDX-License-Identifier: Apache-2.0
3
4config SPI_MCUX_ECSPI
5	bool "MCUX ECSPI driver"
6	default y
7	depends on DT_HAS_NXP_IMX_ECSPI_ENABLED
8	depends on CLOCK_CONTROL
9	select PINCTRL
10	help
11	  Enable support for NXP's mcux ecspi driver.
12