external_zblue/subsys
huangyulong3 69698271e5 bluetooth: add CRYPTO_MBEDTLS dependency to BT_HOST_CRYPTO
bug: v/90636

BT_HOST_CRYPTO selects MBEDTLS and MBEDTLS_PSA_CRYPTO_C but does not
select their prerequisite CRYPTO_MBEDTLS. In BLE-only configurations
(without BT_CLASSIC), the dependency chain that normally enables
CRYPTO_MBEDTLS through other paths is broken, causing olddefconfig to
fail with unmet dependency error. Add select CRYPTO_MBEDTLS to ensure
the crypto library is always available when BT_HOST_CRYPTO is enabled.

Signed-off-by: huangyulong3 <huangyulong3@xiaomi.com>
2026-05-12 10:55:54 +08:00
..
bindesc bindesc: Add support for reading binary descriptors 2026-04-20 17:49:29 +08:00
bluetooth bluetooth: add CRYPTO_MBEDTLS dependency to BT_HOST_CRYPTO 2026-05-12 10:55:54 +08:00
canbus lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2026-04-20 17:41:13 +08:00
console
dap kconfig: replace known integer constants with variables 2026-04-20 17:32:07 +08:00
debug debug: symtab: fix ignored type qualifiers on func return type 2026-04-20 17:55:25 +08:00
demand_paging demand_paging: eviction: add kconfig CONFIG_EVICTION_TRACKING 2026-04-20 17:57:57 +08:00
dfu susbys/dfu/img_util: refined ERASE PROGRESSIVELY implementation 2026-04-20 17:51:10 +08:00
disk disk: disk_access: changed mutex for a spinlock 2026-04-20 17:38:27 +08:00
dsp
emul emul: Support UART device emulation 2026-04-20 17:32:42 +08:00
fb fb: cfb_shell: remove `dev` null check 2026-04-20 17:57:19 +08:00
fs remove build warning 2026-04-20 17:58:58 +08:00
input input: double tap 2026-04-20 17:36:31 +08:00
ipc ipc: icmsg & icbmsg: Fix alloc_tx_buffer() doxygen description 2026-04-20 17:52:49 +08:00
jwt jwt: remove TinyCrypt usage 2026-04-20 17:55:22 +08:00
llext LLEXT: add llext_section_offset() to replace llext_find_section() 2026-04-20 17:57:44 +08:00
logging nordic: Remove the nRF54H20 Engineering B 2026-04-20 17:57:32 +08:00
lorawan lorawan: replace booleans by atomic flags 2026-04-20 17:56:55 +08:00
mem_mgmt mem_mgmt: Add a memory attributes memory allocator 2026-04-20 16:50:57 +08:00
mgmt mgmt: mcumgr: transport: smp_lorawan: Update downlink function 2026-04-20 17:57:49 +08:00
modbus modbus: fix support for floating point values 2026-04-20 17:48:18 +08:00
modem modem: cmux: added validation of cmux frame length 2026-04-20 17:55:38 +08:00
net net: context: Fix the connect check for IPv4 2026-04-20 17:58:09 +08:00
pm pm: policy: separate default policy and events 2026-04-20 17:57:48 +08:00
portability kconfig: replace known integer constants with variables 2026-04-20 17:32:07 +08:00
profiling style: subsys: comply with MISRA C:2012 Rule 15.6 2026-04-20 17:41:59 +08:00
random random: random_timer.c Remove __GNUC__ ifdef 2026-04-20 17:55:30 +08:00
retention retention: Increase read size variables to 16-bit 2026-04-20 16:54:15 +08:00
rtio rtio: Split the rx and tx buffer unions 2026-04-20 17:36:27 +08:00
sd sd: resend CMD0 before each CMD8 2026-04-20 17:38:54 +08:00
secure_storage secure_storage: introduce the secure storage subsystem 2026-04-20 17:47:50 +08:00
sensing sensors: Submit call returns void 2026-04-20 17:26:11 +08:00
settings add zblue_settings key commit API. 2026-04-27 23:13:40 +08:00
shell shell: backend: websocket: Fix socket service creation 2026-04-20 17:54:03 +08:00
sip_svc everywhere: replace double words 2026-04-20 17:27:59 +08:00
stats
storage storage/stream_flash: Make context const where not modified 2026-04-20 17:54:10 +08:00
task_wdt task_wdt: Feed hardware watchdog only when its started 2026-04-20 17:22:50 +08:00
testsuite tests: CONFIG_TEST_USERSPACE selects CONFIG_USERSPACE 2026-04-20 17:58:10 +08:00
timing
tracing tracing: add named event trace 2026-04-20 17:50:29 +08:00
usb usb: device_next: cdc_acm: Prevent polling for buffer in TX 2026-04-20 17:52:11 +08:00
zbus zbus: optional publishing statistics 2026-04-20 17:48:53 +08:00
CMakeLists.txt secure_storage: introduce the secure storage subsystem 2026-04-20 17:47:50 +08:00
Kconfig secure_storage: introduce the secure storage subsystem 2026-04-20 17:47:50 +08:00