zephyr/tests/bluetooth/ctrl_isoal/Kconfig
Vinayak Kariappa Chettimada 683fc11f3a tests: Bluetooth: Fix ctrl_iso unit test to include dependencies
Fix ctrl_iso ISOAL unit tests to include mockup Kconfig
dependency options.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2022-03-25 12:52:11 +01:00

22 lines
583 B
Plaintext

# Bluetooth Controller configuration options for ISO-AL Unit Tests
# Copyright (c) 2022 Oticon A/S
# SPDX-License-Identifier: Apache-2.0
config BT_CTLR_CONN_ISO
bool "LE Connected Isochronous Streams (for unit tests)"
config BT_CTLR_CONN_ISO_GROUPS
int "LE Connected Isochronous Groups (for unit tests)"
depends on BT_CTLR_CONN_ISO
range 1 240
default 1
config BT_CTLR_ISOAL_SINKS
int "Number of Isochronous Adaptation Layer sinks (for unit tests)"
config BT_CTLR_ISOAL_SOURCES
int "Number of Isochronous Adaptation Layer sinks (for unit tests)"
source "Kconfig.zephyr"