Skip to content

Commit fc69110

Browse files
jhedbergkartben
authored andcommitted
doc: migration-guide-4.1: Add mention of deprecated BT_CTLR
Mention that BT_CTLR has been deprecated, and explain the new option that replaces it. Signed-off-by: Johan Hedberg <[email protected]>
1 parent 8b02141 commit fc69110

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/releases/migration-guide-4.1.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,12 @@ Bluetooth
188188
Bluetooth HCI
189189
=============
190190

191+
* The :kconfig:option:`BT_CTLR` has been deprecated. A new :kconfig:option:`HAS_BT_CTLR` has been
192+
introduced which should be selected by the respective link layer Kconfig options (e.g. a
193+
HCI driver option, or the one for the upstream controller). It's recommended that all HCI drivers
194+
for local link layers select the new option, since that opens up the possibility of indicating
195+
build-time support for specific features, which e.g. the host stack can take advantage of.
196+
191197
Bluetooth Mesh
192198
==============
193199

0 commit comments

Comments
 (0)