Skip to content

Commit ecf918c

Browse files
Thalleynashif
authored andcommitted
Bluetooth: tests: Add missing dependency for CONFIG_BT_AUDIO_UNICAST
Two .conf files had enabled the CONFIG_BT_AUDIO_UNICAST config, but without the CONFIG_BT_AUDIO which is a dependecy. Signed-off-by: Emil Gydesen <[email protected]>
1 parent d8d2749 commit ecf918c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/bluetooth/init/prj_ctlr_central_iso.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ CONFIG_BT=y
22
CONFIG_BT_CTLR=y
33
CONFIG_BT_CENTRAL=y
44
CONFIG_BT_LL_SW_SPLIT=y
5+
CONFIG_BT_AUDIO=y
56
CONFIG_BT_AUDIO_UNICAST=y
67
CONFIG_BT_CTLR_CENTRAL_ISO=y
78
CONFIG_ZTEST=y

tests/bluetooth/init/prj_ctlr_peripheral_iso.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ CONFIG_BT=y
22
CONFIG_BT_CTLR=y
33
CONFIG_BT_PERIPHERAL=y
44
CONFIG_BT_LL_SW_SPLIT=y
5+
CONFIG_BT_AUDIO=y
56
CONFIG_BT_AUDIO_UNICAST=y
67
CONFIG_BT_CTLR_PERIPHERAL_ISO=y
78
CONFIG_ZTEST=y

0 commit comments

Comments
 (0)