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:
parent
4ec773f276
commit
ea5b866763
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue