zephyr/subsys
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
..
bindesc bindesc: Update build time without re-running cmake entirely 2024-03-29 15:08:39 +00:00
bluetooth Bluetooth: BAP: Unicast server depend on PACS 2024-04-30 14:30:45 -04:00
canbus canbus: isotp: use proper CAN ID masks 2024-04-24 09:53:06 +02:00
console
debug gdbstub: Add v-packet handling function 2024-04-03 15:39:28 +01:00
demand_paging
dfu subsys/dfu/boot: Fix image confirm for Direct XIP 2024-02-06 21:00:36 +01:00
disk
dsp
emul
fb
fs fs: ext2: Fix removing indirect blocks 2024-04-19 10:13:09 +02:00
input input: utils: rename the input dump callback 2024-04-01 11:05:02 +01:00
ipc ipc_service: backends: icbmsg: Silence maybe-uninitialized warning 2024-04-22 06:48:54 -07:00
jwt jwt: use sys_rand_get directly 2024-04-05 12:28:46 +02:00
llext llext: fix llext_find_sym() not to return a "const" value 2024-04-16 09:06:49 +02:00
logging logging: Default to IMMEDIATE mode for native targets 2024-04-26 19:48:49 +01:00
lorawan lorawan: services: clock_sync: apply changed periodicity immediately 2024-03-01 17:35:04 +01:00
mem_mgmt
mgmt mcumgr/img_mgmt: Fix zcbor logic in os_mgmt_bootloader_info 2024-04-24 14:55:57 -04:00
modbus modbus: Respect CONFIG_UART_USE_RUNTIME_CONFIGURE 2024-04-10 10:01:55 +02:00
modem modem: chat: implement helper defines/structs 2024-04-24 15:00:10 -04:00
net net: lib: http_server: Initial HTTP server support 2024-04-30 13:25:22 +02:00
pm pm: device_runtime: Check busy status in runtime_enable 2024-04-30 08:53:18 +02:00
portability cmsis_rtos_v1: support memory mapped stack at abort hook 2024-04-10 07:44:27 -04:00
random random: Rename source files 2024-03-28 09:44:44 +00:00
retention
rtio
sd sd: sdmmc: fix formatting 2024-03-20 10:27:02 -05:00
sensing
settings settings: nvs: Fix first write issue with cache 2024-02-26 11:55:33 +00:00
shell shell: Allow extension of shell APIs 2024-04-24 16:04:03 -04:00
sip_svc linker: subsys: Use Z_LINK_ITERABLE_SUBALIGN 2024-04-20 13:45:25 -04:00
stats
storage subsys/storage/flash_map: Inline flash_area_layout 2024-03-22 08:58:48 +01:00
task_wdt task_wdt: add shell 2024-03-22 10:24:55 +01:00
testsuite testsuite: ztress: fix doxygen command 2024-04-30 12:00:58 +02:00
timing
tracing tracing: full reset during init 2024-04-24 17:08:24 -04:00
usb usb: device_next: rework USBD shell to take speed into account 2024-04-22 06:51:22 -07:00
zbus
CMakeLists.txt
Kconfig