Skip to content

Commit 8b99973

Browse files
committed
Bluetooth: Controlller: Remove deprecated BT_CTLR Kconfig option
This option was deprecated in Zephyr 4.1.0, so it can be removed for Zephyr 4.3.0. Signed-off-by: Johan Hedberg <[email protected]>
1 parent 5f807b7 commit 8b99973

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,6 @@ config BT_CTLR_EXTENDED_FEAT_SET_SUPPORT
137137
config HAS_BT_CTLR
138138
bool
139139

140-
config BT_CTLR
141-
bool "Bluetooth Controller [DEPRECATED]"
142-
select HAS_BT_CTLR
143-
select DEPRECATED
144-
help
145-
Enables support for SoC native controller implementations. This option
146-
has been deprecated and should not be used anymore. Instead, the
147-
Kconfig options for specific Link Layer implementations should select
148-
the HAS_BT_CTLR option.
149-
150140
config BT_LL_SW_SPLIT
151141
bool "Software-based Bluetooth LE Link Layer"
152142
default y

0 commit comments

Comments
 (0)