drivers/spi: Remove legacy NRF5 master and slave drivers
As legacy SPI API is being removed. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
e7de85b534
commit
13dba12b9a
5 changed files with 6 additions and 1208 deletions
|
@ -288,14 +288,6 @@ config SPI_5_OP_MODES
|
|||
2 is SLAVE mode only
|
||||
3 is both modes are available.
|
||||
|
||||
if SPI_LEGACY_API
|
||||
|
||||
source "drivers/spi/Kconfig.nrf5_legacy"
|
||||
|
||||
endif # SPI_LEGACY_API
|
||||
|
||||
if !SPI_LEGACY_API
|
||||
|
||||
config SPI_INTEL
|
||||
bool "Intel SPI controller driver"
|
||||
depends on CPU_MINUTEIA
|
||||
|
@ -315,6 +307,4 @@ source "drivers/spi/Kconfig.sam0"
|
|||
|
||||
source "drivers/spi/Kconfig.nrfx"
|
||||
|
||||
endif # !SPI_LEGACY_API
|
||||
|
||||
endif # SPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue