drivers: spi hci: Add spi dedicated rx thread

Get spi hci driver to define its own rx thread, in order
not to mix with bt own RX thread as driver use bt_recv_prio
that expect to be used in a different thread than BT host one.

Fixes #15714

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-06-11 12:07:27 +02:00 committed by Anas Nashif
commit afb4e4ff0f
2 changed files with 5 additions and 6 deletions

View file

@ -35,7 +35,6 @@ 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.