AVR SPI driver does not support the EXCHANGE method

This commit is contained in:
Gregory Nutt
2016-01-08 11:24:32 -06:00
parent bdd5e15fbf
commit 6098604146
+1 -1
View File
@@ -292,7 +292,7 @@ CONFIG_DEV_NULL=y
CONFIG_SPI=y CONFIG_SPI=y
# CONFIG_SPI_SLAVE is not set # CONFIG_SPI_SLAVE is not set
# CONFIG_SPI_OWNBUS is not set # CONFIG_SPI_OWNBUS is not set
CONFIG_SPI_EXCHANGE=y # CONFIG_SPI_EXCHANGE is not set
# CONFIG_SPI_CMDDATA is not set # CONFIG_SPI_CMDDATA is not set
CONFIG_SPI_CALLBACK=y CONFIG_SPI_CALLBACK=y
# CONFIG_SPI_BITBANG is not set # CONFIG_SPI_BITBANG is not set