Skip to content

Commit e6da6e9

Browse files
Kamil Gaworcarlescufi
authored andcommitted
drivers: bluetooth: hci: Add BT_HAS_HCI_VS selection for RPMSG.
Add explicit selection of the BT_HAS_HCI_VS for the BT_RPMSG HCI driver. When the HCI over RPMSG is used this dependency will not be solved automatically. It is required to handle correctly Bluetooth identity initialization. Signed-off-by: Kamil Gawor <[email protected]>
1 parent a5b31f4 commit e6da6e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/bluetooth/hci/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ config BT_H5
3232

3333
config BT_RPMSG
3434
bool "HCI using RPMsg"
35+
select BT_HAS_HCI_VS
3536
select IPC_SERVICE
3637
select MBOX
3738
help

0 commit comments

Comments
 (0)