drivers/spi: Remove legacy API support from mcux dspi driver
Now that MCR20A supports the new API, legacy support from mcux dspi driver can be safely removed. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
b62b12eef8
commit
09dd5e9b22
3 changed files with 3 additions and 255 deletions
|
@ -290,8 +290,6 @@ config SPI_5_OP_MODES
|
|||
|
||||
if SPI_LEGACY_API
|
||||
|
||||
source "drivers/spi/Kconfig.mcux_dspi"
|
||||
|
||||
source "drivers/spi/Kconfig.nrf5_legacy"
|
||||
|
||||
endif # SPI_LEGACY_API
|
||||
|
@ -309,12 +307,12 @@ config SPI_INTEL
|
|||
|
||||
source "drivers/spi/Kconfig.stm32"
|
||||
|
||||
endif # !SPI_LEGACY_API
|
||||
|
||||
source "drivers/spi/Kconfig.dw"
|
||||
|
||||
source "drivers/spi/Kconfig.mcux_dspi"
|
||||
|
||||
source "drivers/spi/Kconfig.sam0"
|
||||
|
||||
endif # !SPI_LEGACY_API
|
||||
|
||||
endif # SPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue