zephyr/boards/arc/arduino_101_sss
Ulf Magnusson 1d1bd60d16 boards: arduino_101: Fix separated-line interrupt Kconfig setting
The SPI_DW_INTERRUPT_SEPARATED_LINES symbol was removed and replaced by
SPI_DW_PORT_{0,1,2,3}_INTERRUPT_SINGLE_LINE in commit 423f0095c7
("drivers/spi: Specify options per-port on DW driver"), but an
assignment to it remains.

Remove the assignment and set SPI_DW_PORT_0_INTERRUPT_SINGLE_LINE to 'n'
instead. The Arduino has a single SPI port.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-05-23 08:50:27 -04:00
..
doc
support
Kconfig.board arch: arc: Use DTS for all ARC SoCs 2018-03-23 10:13:53 +01:00
Kconfig.defconfig arch: arc: Use DTS for all ARC SoCs 2018-03-23 10:13:53 +01:00
arduino_101_sss.dts boards: dts: Cleanup aliases 2018-04-12 04:03:46 -05:00
arduino_101_sss.yaml boards: make em_starterkit the defaule for ARC 2018-01-30 17:18:01 -05:00
arduino_101_sss_defconfig boards: arduino_101: Fix separated-line interrupt Kconfig setting 2018-05-23 08:50:27 -04:00
board.cmake boards: adjust openocd runner arg syntax 2018-05-19 07:01:39 +03:00
board.h