arch/quark_se: Switch to native SPI DW driver

QMSI is not updated to latest SPI API. Switching to native DW driver,
until we find a way either to update the shim drivers in a
non-performant way, or updating QMSI itself enabling support for
scatter-gather type of buffers.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2018-01-18 13:41:43 +01:00 committed by Carles Cufí
commit 6d870ae25c
2 changed files with 1 additions and 13 deletions

View file

@ -141,7 +141,7 @@ endif
if SPI if SPI
config SPI_QMSI config SPI_DW
def_bool y def_bool y
config SPI_0 config SPI_0
@ -156,9 +156,6 @@ config SPI_1
config SPI_1_IRQ_PRI config SPI_1_IRQ_PRI
default 2 default 2
config SPI_DW
def_bool n
config SPI_DW_FIFO_DEPTH config SPI_DW_FIFO_DEPTH
default 7 default 7

View file

@ -23,10 +23,6 @@ if IEEE802154_CC2520
config SPI config SPI
def_bool y def_bool y
config SPI_QMSI
def_bool n
config SPI_DW
def_bool y
config GPIO config GPIO
def_bool y def_bool y
@ -63,11 +59,6 @@ if IEEE802154_CC1200
config SPI config SPI
def_bool y def_bool y
config SPI_QMSI
def_bool n
config SPI_DW
def_bool y
config GPIO config GPIO
def_bool y def_bool y