1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config TEST_LL_INTERFACE
5	bool "Test Broadcast ISO using internal LL interface"
6	help
7	  Test Broadcast ISO using internal LL interface.
8
9config TEST_ISO_PACKING_INTERLEAVED
10	bool "Test ISO interleaved packing"
11	help
12	  Test ISO interleaved packing. Note, this tests with single BIS to
13	  ensure that using sequential or interleaved packing to create the BIS
14	  still is valid when creating single BIS in a BIG.
15
16menu "Zephyr Kernel"
17source "Kconfig.zephyr"
18endmenu
19