Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions drivers/bluetooth/hci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ config BT_SILABS_EFR32
depends on ZEPHYR_HAL_SILABS_MODULE_BLOBS || BUILD_ONLY_NO_BLOBS
depends on !PM || SOC_GECKO_PM_BACKEND_PMGR
select SOC_GECKO_USE_RAIL
select SILABS_SISDK_PROTOCOL_CRYPTO
select MBEDTLS
select MBEDTLS_PSA_CRYPTO_C
select MBEDTLS_ENTROPY_C
Expand Down
2 changes: 1 addition & 1 deletion modules/hal_silabs/simplicity_sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if(CONFIG_SOC_GECKO_HAS_RADIO)
)

# sl_protocol_crypto
zephyr_library_sources_ifdef(CONFIG_BT_SILABS_EFR32
zephyr_library_sources_ifdef(CONFIG_SILABS_SISDK_PROTOCOL_CRYPTO
${SECURITY_DIR}/sl_component/sl_protocol_crypto/src/sli_radioaes_management.c
${SECURITY_DIR}/sl_component/sl_protocol_crypto/src/sli_protocol_crypto_radioaes.c
${SECURITY_DIR}/sl_component/sli_crypto/src/sl_crypto_s2.c
Expand Down
7 changes: 7 additions & 0 deletions modules/hal_silabs/simplicity_sdk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,11 @@ config SILABS_SISDK_RAIL_MULTIPROTOCOL
coexistence and arbitration between multiple wireless protocols (for
example, Bluetooth LE and a proprietary 2.4 GHz stack) on Gecko SoCs.

config SILABS_SISDK_PROTOCOL_CRYPTO
bool "Accelerated Crypto Primitives (RADIOAES)"
depends on SOC_GECKO_HAS_RADIO
help
This component provides accelerated cryptographic primitives using the
RADIOAES (series-2) peripherals.

endmenu