zephyr/tests/bsim
Emil Gydesen 353a05b116 Bluetooth: BAP: Unicast server depend on PACS
When in the BAP unicast server role, at least PAC sink
or PAC source shall be set.

In order to fulfill this new requirement, a few other Kconfig
options had to be changed to a `depends on` from `select` to
avoid recursive Kconfig requirements. This change may require
some applications to update their configurations according
to the migration guide.

The change from `select` to `depends on` is ideal anyhow
as that is the recommended way to add dependencies.

This can checked via the combined BT_PACS Kconfig value.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-04-30 14:30:45 -04:00
..
babblekit tests: Bluetooth: Add common helpers for bsim 2024-04-10 07:43:41 -04:00
bluetooth Bluetooth: BAP: Unicast server depend on PACS 2024-04-30 14:30:45 -04:00
drivers/uart tests/bsim sh scripts: Reduce boilerplate 2024-03-25 16:17:13 +01:00
net tests: net: sockets: Remove use of NET_SOCKETS_POSIX_NAMES 2024-03-27 13:40:13 -05:00
compile.sh tests/bsim sh scripts: Reduce boilerplate 2024-03-25 16:17:13 +01:00
compile.source tests: bsim: compile: Add support to supply EXTRA_CONF_FILE 2024-04-23 21:29:10 +00:00
generate_coverage_report.sh tests/bsim: Add a script to generate coverage reports 2023-04-21 16:23:35 +02:00
run_parallel.sh tests/bsim: Fix not detecting failures 2024-04-15 16:24:12 +02:00
sh_common.source tests/bsim/common sh: Improve getting test name/relative path 2024-04-10 07:43:21 -04:00