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:
Emil Gydesen 2021-02-06 00:04:05 +01:00 committed by Anas Nashif
parent d8d2749380
commit ecf918cadd
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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