Skip to content

Commit c424269

Browse files
SebastianBoerlubos
authored andcommitted
nrf_security: Add SSF_SERVER_PSA_CRYPTO_SERVICE_ENABLED config
Define SSF_SERVER_PSA_CRYPTO_SERVICE_ENABLED config option to satisfy linter requirements. This symbol is referenced in nrf_security CMake code but is configured out-of-tree, so we define it here to ensure it is always available. Signed-off-by: Sebastian Bøe <[email protected]>
1 parent 40afdfc commit c424269

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

subsys/nrf_security/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ rsource "Kconfig.psa"
129129
# Include Legacy mbed TLS configurations
130130
rsource "Kconfig.legacy"
131131

132+
133+
# This Kconfig symbol is referenced in nrf_security CMake code but is
134+
# configured out-of-tree. Define it here to satisfy the linter and ensure
135+
# it is always defined.
136+
config SSF_SERVER_PSA_CRYPTO_SERVICE_ENABLED
137+
bool
138+
132139
endif # NRF_SECURITY
133140

134141
menu "Zephyr legacy configurations"

0 commit comments

Comments
 (0)