drivers: bluetooth: hci: add hardware reset for da1453x
Add ability to perform a hardware reset of the DA1453x during setup of the HCI transport. Signed-off-by: Ian Morris <ian.d.morris@outlook.com>
This commit is contained in:
parent
d87bafea30
commit
8e51ebf499
4 changed files with 97 additions and 0 deletions
|
@ -160,6 +160,15 @@ config BT_PSOC6_BLESS
|
|||
PSOC 6 BLESS driver with BLE Controller which operates in
|
||||
Single CPU mode.
|
||||
|
||||
config BT_DA1453X
|
||||
bool "DA1453x HCI driver"
|
||||
default y
|
||||
depends on DT_HAS_RENESAS_BT_HCI_DA1453X_ENABLED
|
||||
select GPIO
|
||||
help
|
||||
Bluetooth HCI driver for communication with controller
|
||||
running on DA1453x MCU.
|
||||
|
||||
config BT_DA1469X
|
||||
bool
|
||||
default y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue