Bluetooth: drivers: Convert NXP HCI driver to new API
Convert the hci_nxp.c HCI driver to use the new HCI driver API. Also move the driver binding under dts/bindings/bluetooth, like all other HCI driver bindings. Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
This commit is contained in:
parent
f33aab9889
commit
fcddefd7f0
5 changed files with 41 additions and 22 deletions
|
@ -126,6 +126,8 @@ config BT_DA1469X
|
|||
|
||||
config BT_NXP
|
||||
bool "NXP HCI driver"
|
||||
default y
|
||||
depends on DT_HAS_NXP_HCI_BLE_ENABLED
|
||||
select BT_HCI_SETUP
|
||||
help
|
||||
NXP HCI bluetooth interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue