Bluetooth: BAP: Depend on BT_ISO_SYNC_RECEIVER instead of select
The BAP Kconfigs option now depends on BT_ISO_BROADCASTER instead of selecting it. This is an effort to reduce the use of select in LE Audio. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
d22c7b0cf2
commit
c0f86011cb
11 changed files with 13 additions and 4 deletions
|
@ -6,6 +6,7 @@ CONFIG_BT=y
|
|||
CONFIG_BT_CENTRAL=y
|
||||
CONFIG_BT_ISO_CENTRAL=y
|
||||
CONFIG_BT_ISO_BROADCASTER=y
|
||||
CONFIG_BT_ISO_SYNC_RECEIVER=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_BT_DEVICE_NAME="bsim_test_audio"
|
||||
# TBS Client may require up to 12 buffers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue