Skip to content

Commit fa30beb

Browse files
AnElderlyFoxDenis Isaev
authored andcommitted
spi_mcux_lpspi: disable driver by default
Disabled the MCUX LPSPI driver by default to avoid conflicts with the SPI_NXP_LPSPI driver. Added a dependency to ensure that the MCUX LPSPI driver is not enabled when the new driver is selected. Signed-off-by: Isaev Denis <[email protected]>
1 parent 8d2ba97 commit fa30beb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/spi/Kconfig.mcux_lpspi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
config SPI_MCUX_LPSPI
77
bool "MCUX LPSPI driver"
8-
default y
8+
default n
9+
depends on !SPI_NXP_LPSPI
910
depends on DT_HAS_NXP_LPSPI_ENABLED
1011
depends on CLOCK_CONTROL
1112
select PINCTRL

0 commit comments

Comments
 (0)