commit | 1d1bd60d16c53e45c972031b646553b157fb8f0f | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Wed May 23 11:56:58 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed May 23 08:50:27 2018 -0400 |
tree | 587bb9888a4bc1ba62e522d1f71a50cc40041886 | |
parent | 02d9cc171c22ec22e35c30fa56068956f7c0c94a [diff] |
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 423f0095c7b8 ("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>