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>
7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_LOG=y
|
|
CONFIG_BT_DEVICE_NAME="Test beacon"
|
|
|
|
CONFIG_BT_LL_SW_SPLIT=y
|
|
CONFIG_BT_CTLR_COEX_TICKER=y
|