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:
Gerard Marull-Paretas 2023-09-13 16:11:40 +02:00 committed by Carles Cufí
commit 4f80e50b55
3 changed files with 8 additions and 15 deletions

View file

@ -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