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:
Anas Nashif 2017-03-08 21:41:50 +01:00 committed by Anas Nashif
commit b08d655286

View file

@ -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