Skip to content

Commit f195846

Browse files
committed
kconfig.nrf: Add BT_GATT_CACHING to NRF_SECURITY_ENABLER
This requires the same added enables as BT_ECC, but was missed off. Signed-off-by: Sean Madigan <sean.madigan@nordicsemi.no>
1 parent b179583 commit f195846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Kconfig.nrf

+3-3
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ endif
117117
config NRF_SECURITY_ENABLER
118118
def_bool y
119119
imply NRF_SECURITY if BT_CRYPTO || BT_HOST_CRYPTO || BT_MESH_USES_MBEDTLS_PSA || BT_FAST_PAIR_CRYPTO_PSA
120-
imply ENTROPY_GENERATOR if BOARD_NATIVE_SIM || BT_HOST_CRYPTO_PRNG || BT_ECC
121-
imply PSA_WANT_GENERATE_RANDOM if BT_HOST_CRYPTO_PRNG || BT_ECC
122-
imply MBEDTLS_ENABLE_HEAP if BT_HOST_CRYPTO_PRNG || BT_ECC
120+
imply ENTROPY_GENERATOR if BOARD_NATIVE_SIM || BT_HOST_CRYPTO_PRNG || BT_ECC || BT_GATT_CACHING
121+
imply PSA_WANT_GENERATE_RANDOM if BT_HOST_CRYPTO_PRNG || BT_ECC || BT_GATT_CACHING
122+
imply MBEDTLS_ENABLE_HEAP if BT_HOST_CRYPTO_PRNG || BT_ECC || BT_GATT_CACHING
123123
depends on !SOC_NRF5340_CPUNET
124124

125125
if SOC_SERIES_BSIM_NRFXX && ENTROPY_GENERATOR

0 commit comments

Comments
 (0)