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>
This commit is contained in:
parent
d55d532ebd
commit
a63676761b
5 changed files with 350 additions and 0 deletions
|
@ -222,6 +222,8 @@ source "drivers/spi/Kconfig.dw"
|
|||
|
||||
source "drivers/spi/Kconfig.mcux_dspi"
|
||||
|
||||
source "drivers/spi/Kconfig.mcux_flexcomm"
|
||||
|
||||
source "drivers/spi/Kconfig.mcux_lpspi"
|
||||
|
||||
source "drivers/spi/Kconfig.rv32m1_lpspi"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue