quark_se: do not enable x86 SPI on ARC
Change-Id: I0583a181fc59ec14f8dbad62722f58a3c7d03390 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
945517205f
commit
b08d655286
1 changed files with 7 additions and 1 deletions
|
@ -276,8 +276,9 @@ endif
|
|||
if SPI
|
||||
|
||||
config SPI_QMSI
|
||||
def_bool y
|
||||
def_bool n
|
||||
|
||||
if SPI_QMSI
|
||||
config SPI_0
|
||||
def_bool y
|
||||
|
||||
|
@ -296,9 +297,12 @@ config SPI_1_NAME
|
|||
config SPI_1_IRQ_PRI
|
||||
default 1
|
||||
|
||||
endif
|
||||
|
||||
config SPI_QMSI_SS
|
||||
def_bool y
|
||||
|
||||
if SPI_QMSI_SS
|
||||
config SPI_SS_0
|
||||
def_bool y
|
||||
|
||||
|
@ -317,6 +321,8 @@ config SPI_SS_1_NAME
|
|||
config SPI_SS_1_IRQ_PRI
|
||||
default 1
|
||||
|
||||
endif
|
||||
|
||||
endif # SPI
|
||||
|
||||
if AIO_COMPARATOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue