Skip to content

Commit 93ed2b1

Browse files
committed
tests: bt: remove unused ring buffer configs
The ring buffer isn't used in these tests, so we can remove the configurations related to it. Signed-off-by: Måns Ansgariusson <[email protected]>
1 parent d75ca19 commit 93ed2b1

File tree

6 files changed

+0
-9
lines changed

6 files changed

+0
-9
lines changed

tests/bluetooth/hci_uart_async/prj.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
CONFIG_RING_BUFFER=y
2-
31
CONFIG_ASSERT=y
42
CONFIG_LOG=y
53
CONFIG_TEST=y

tests/bluetooth/shell/boards/nrf5340_audio_dk_nrf5340_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ CONFIG_FPU=y
33
CONFIG_LIBLC3=y
44

55
# For USB audio the following configs are needed
6-
CONFIG_RING_BUFFER=y
76
CONFIG_USB_DEVICE_STACK_NEXT=y
87
CONFIG_USBD_AUDIO2_CLASS=y

tests/bluetooth/shell/boards/nrf5340dk_nrf5340_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ CONFIG_FPU=y
33
CONFIG_LIBLC3=y
44

55
# For USB audio the following configs are needed
6-
CONFIG_RING_BUFFER=y
76
CONFIG_USB_DEVICE_STACK_NEXT=y
87
CONFIG_USBD_AUDIO2_CLASS=y

tests/bluetooth/tester/overlay-le-audio.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SRC_COUNT=2
2525
CONFIG_BT_BAP_UNICAST_CLIENT_GROUP_STREAM_COUNT=4
2626
CONFIG_BT_AUDIO_CODEC_CFG_MAX_METADATA_SIZE=22
2727

28-
# Ring buffer for streaming ISO data
29-
CONFIG_RING_BUFFER=y
30-
3128
# These have to be the same as in the controller (hci_ipc)
3229
CONFIG_BT_MAX_CONN=3
3330
CONFIG_BT_MAX_PAIRED=3

tests/bluetooth/tester/src/audio/btp_bap_broadcast.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include <zephyr/logging/log.h>
2929
#include <zephyr/net_buf.h>
3030
#include <zephyr/sys/byteorder.h>
31-
#include <zephyr/sys/ring_buffer.h>
3231
#include <zephyr/sys/util.h>
3332
#include <zephyr/sys/util_macro.h>
3433
#include <zephyr/types.h>

tests/bluetooth/tester/src/audio/btp_bap_unicast.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include <zephyr/bluetooth/iso.h>
1616
#include <zephyr/types.h>
1717
#include <zephyr/kernel.h>
18-
#include <zephyr/sys/ring_buffer.h>
1918
#include <zephyr/bluetooth/audio/audio.h>
2019
#include <zephyr/bluetooth/hci_types.h>
2120
#include <hci_core.h>

0 commit comments

Comments
 (0)