diff --git a/tests/bluetooth/audio/bap_base/Kconfig b/tests/bluetooth/audio/bap_base/Kconfig new file mode 100644 index 00000000000..04d45e7f89b --- /dev/null +++ b/tests/bluetooth/audio/bap_base/Kconfig @@ -0,0 +1,14 @@ +# Temporary override +# +# Copyright (c) 2024 Nordic Semiconductor ASA + +# SPDX-License-Identifier: Apache-2.0 +# + +config BT_BAP_BASE + # Override until someone fixes the UT build system + bool + default y + +# Include Zephyr's Kconfig. +source "Kconfig.zephyr" diff --git a/tests/bluetooth/audio/cap_commander/Kconfig b/tests/bluetooth/audio/cap_commander/Kconfig new file mode 100644 index 00000000000..1493bd1a3d1 --- /dev/null +++ b/tests/bluetooth/audio/cap_commander/Kconfig @@ -0,0 +1,14 @@ +# Temporary override +# +# Copyright (c) 2024 Nordic Semiconductor ASA + +# SPDX-License-Identifier: Apache-2.0 +# + +config BT_BAP_STREAM + # Override until someone fixes the UT build system + bool + default y + +# Include Zephyr's Kconfig. +source "Kconfig.zephyr"