Bluetooth: hci: spi: Select BT_RECV_IS_RX_THREAD

SPI driver has its own rx thread, select BT_RECV_IS_RX_THREAD.
This fixes build issue because of undefined CONFIG_BT_RX_PRIO.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
This commit is contained in:
Loic Poulain 2018-05-29 12:44:35 +02:00 committed by Anas Nashif
commit ea5b866763

View file

@ -35,6 +35,7 @@ config BT_H5
config BT_SPI
bool "SPI HCI"
select BT_RECV_IS_RX_THREAD
depends on SPI
help
Supports Bluetooth ICs using SPI as the communication protocol.