Skip to content

Commit 8405349

Browse files
committed
[nrf noup] bluetooth: host: Kconfig: Remove PSA_CRYPTO_CLIENT dependency
... from BT_GATT_CACHING, because it causes 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 <[email protected]>
1 parent 66837b6 commit 8405349

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/bluetooth/host/Kconfig.gatt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ config BT_GATT_CACHING
132132
bool "GATT Caching support"
133133
default y
134134
depends on BT_GATT_SERVICE_CHANGED
135-
depends on PSA_CRYPTO_CLIENT
136135
select PSA_WANT_KEY_TYPE_AES
137136
select PSA_WANT_ALG_CMAC
138137
imply MBEDTLS_AES_ROM_TABLES if MBEDTLS_PSA_CRYPTO_C

0 commit comments

Comments
 (0)