Skip to content

Commit

Permalink
kconfig.nrf: Add BT_GATT_CACHING to NRF_SECURITY_ENABLER
Browse files Browse the repository at this point in the history
This requires the same added enables as BT_ECC, but was
missed off.

Signed-off-by: Sean Madigan <[email protected]>
  • Loading branch information
sean-madigan committed Feb 18, 2025
1 parent b179583 commit f195846
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Kconfig.nrf
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ endif
config NRF_SECURITY_ENABLER
def_bool y
imply NRF_SECURITY if BT_CRYPTO || BT_HOST_CRYPTO || BT_MESH_USES_MBEDTLS_PSA || BT_FAST_PAIR_CRYPTO_PSA
imply ENTROPY_GENERATOR if BOARD_NATIVE_SIM || BT_HOST_CRYPTO_PRNG || BT_ECC
imply PSA_WANT_GENERATE_RANDOM if BT_HOST_CRYPTO_PRNG || BT_ECC
imply MBEDTLS_ENABLE_HEAP if BT_HOST_CRYPTO_PRNG || BT_ECC
imply ENTROPY_GENERATOR if BOARD_NATIVE_SIM || BT_HOST_CRYPTO_PRNG || BT_ECC || BT_GATT_CACHING
imply PSA_WANT_GENERATE_RANDOM if BT_HOST_CRYPTO_PRNG || BT_ECC || BT_GATT_CACHING
imply MBEDTLS_ENABLE_HEAP if BT_HOST_CRYPTO_PRNG || BT_ECC || BT_GATT_CACHING
depends on !SOC_NRF5340_CPUNET

if SOC_SERIES_BSIM_NRFXX && ENTROPY_GENERATOR
Expand Down

0 comments on commit f195846

Please sign in to comment.