Skip to content

Commit 5f807b7

Browse files
committed
tests: Don't use deprecated BT_CTLR Kconfig option
The new option is HAS_BT_CTLR, however since it's a promptless option, disable the native link layer instead, which most likely was the intended effect. Signed-off-by: Johan Hedberg <[email protected]>
1 parent 801e4d4 commit 5f807b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bluetooth/buf/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CONFIG_TEST=y
22
CONFIG_ZTEST=y
33

44
CONFIG_BT=y
5-
CONFIG_BT_CTLR=n
5+
CONFIG_BT_LL_SW_SPLIT=n
66
CONFIG_BT_H4=n
77

88
# Needed to enable and test the iso rx pool

0 commit comments

Comments
 (0)