From 0f4705985dfc3265f9a24514f04b51dbb0b355c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20G=C5=82=C4=85bek?= Date: Tue, 14 Jan 2025 13:58:14 +0100 Subject: [PATCH] [nrf noup] bluetooth: host: Kconfig: Remove PSA_CRYPTO_CLIENT dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... from BT_GATT_CACHING, becase it caused a dependency loop. This change is introduced temporarily to unblock building of samples and tests. It will be eventually submitted upstream or replaced with some other solution of the issue. Signed-off-by: Andrzej Głąbek --- subsys/bluetooth/host/Kconfig.gatt | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/bluetooth/host/Kconfig.gatt b/subsys/bluetooth/host/Kconfig.gatt index ece90724997..a5441ca199e 100644 --- a/subsys/bluetooth/host/Kconfig.gatt +++ b/subsys/bluetooth/host/Kconfig.gatt @@ -132,7 +132,6 @@ config BT_GATT_CACHING bool "GATT Caching support" default y depends on BT_GATT_SERVICE_CHANGED - depends on PSA_CRYPTO_CLIENT select PSA_WANT_KEY_TYPE_AES select PSA_WANT_ALG_CMAC imply MBEDTLS_AES_ROM_TABLES if MBEDTLS_PSA_CRYPTO_C