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:
parent
49b22d4fc3
commit
afb4e4ff0f
2 changed files with 5 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue