-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: mcux: flexio: Added MCUX FlexIO SPI driver
Added SPI driver using FlexIO. Signed-off-by: Mikhail Siomin <[email protected]>
- Loading branch information
1 parent
efc445f
commit b746ece
Showing
5 changed files
with
479 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# 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. |
Oops, something went wrong.