Commit a8a320c0 authored by Yannis Damigos's avatar Yannis Damigos Committed by Anas Nashif
Browse files

boards: disco_l475_iot1: Remove POLL dependency



We should enable CONFIG_POLL on application level when
we want to use SPI transceive_async() function.
This patch removes it from disco_l475_iot1 default
configuration.

Signed-off-by: default avatarYannis Damigos <giannis.damigos@gmail.com>
parent 578e6fdb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ CONFIG_I2C=y

# enable SPI
CONFIG_SPI=y
CONFIG_POLL=y

CONFIG_BT_SPI=y
CONFIG_BT_SPI_BLUENRG=y