arch/quark_se: Enable SPI port 2 as a slave only
Quark SE provides a slave SPI. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
1f0bfb8529
commit
a868561339
1 changed files with 13 additions and 0 deletions
|
@ -159,6 +159,19 @@ config SPI_1_IRQ_PRI
|
|||
config SPI_DW_FIFO_DEPTH
|
||||
default 7
|
||||
|
||||
if SPI_SLAVE
|
||||
|
||||
config SPI_2
|
||||
def_bool y
|
||||
|
||||
config SPI_2_OP_MODES
|
||||
default 2
|
||||
|
||||
config SPI_2_IRQ_PRI
|
||||
default 2
|
||||
|
||||
endif # SPI_SLAVE
|
||||
|
||||
endif # SPI
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue