8dbfdd6f9f
Added SPI driver using FlexIO. Signed-off-by: Mikhail Siomin <victorovich.01@mail.ru>
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
# Copyright (c) 2024, STRIM, ALC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SPI_MCUX_FLEXIO
|
|
bool "MCUX FlexIO SPI driver"
|
|
default y
|
|
depends on DT_HAS_NXP_FLEXIO_SPI_ENABLED
|
|
depends on CLOCK_CONTROL
|
|
select MCUX_FLEXIO
|
|
help
|
|
Enable support for MCUX FlexIO SPI driver.
|