Skip to content

Commit

Permalink
[nrf noup] bluetooth: host: Kconfig: Remove PSA_CRYPTO_CLIENT dependency
Browse files Browse the repository at this point in the history
... 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 <[email protected]>
  • Loading branch information
anangl committed Jan 14, 2025
1 parent d3a7ce3 commit 0f47059
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subsys/bluetooth/host/Kconfig.gatt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f47059

Please sign in to comment.