bluetooth: controller: coex: convert to DT device
Convert the driver to a dt-based device. Also update Kconfig so that it depends on the right compatible being enabled, initialize in POST_KERNEL (APPLICATION should not be used for devices) and remove one redundant include. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
349306bda7
commit
4f80e50b55
3 changed files with 8 additions and 15 deletions
|
@ -3,5 +3,4 @@ CONFIG_LOG=y
|
|||
CONFIG_BT_DEVICE_NAME="Test beacon"
|
||||
|
||||
CONFIG_BT_LL_SW_SPLIT=y
|
||||
CONFIG_BT_CTLR_COEX_DRIVERS=y
|
||||
CONFIG_BT_CTLR_COEX_TICKER=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue