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 <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
d8d2749380
commit
ecf918cadd
|
@ -2,6 +2,7 @@ CONFIG_BT=y
|
|||
CONFIG_BT_CTLR=y
|
||||
CONFIG_BT_CENTRAL=y
|
||||
CONFIG_BT_LL_SW_SPLIT=y
|
||||
CONFIG_BT_AUDIO=y
|
||||
CONFIG_BT_AUDIO_UNICAST=y
|
||||
CONFIG_BT_CTLR_CENTRAL_ISO=y
|
||||
CONFIG_ZTEST=y
|
||||
|
|
|
@ -2,6 +2,7 @@ CONFIG_BT=y
|
|||
CONFIG_BT_CTLR=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_BT_LL_SW_SPLIT=y
|
||||
CONFIG_BT_AUDIO=y
|
||||
CONFIG_BT_AUDIO_UNICAST=y
|
||||
CONFIG_BT_CTLR_PERIPHERAL_ISO=y
|
||||
CONFIG_ZTEST=y
|
||||
|
|
Loading…
Reference in a new issue