modules: hal_silabs: Add stubs to support CONFIG_BUILD_ONLY_NO_BLOBS

Add empty function stubs to support building with the newly introduced
CONFIG_BUILD_ONLY_NO_BLOBS option.

Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
This commit is contained in:
Johan Hedberg 2024-12-20 11:22:21 +02:00 committed by Benjamin Cabé
commit 5f963feed4
3 changed files with 159 additions and 6 deletions

View file

@ -119,7 +119,7 @@ config BT_SILABS_EFR32
bool
default y
depends on DT_HAS_SILABS_BT_HCI_EFR32_ENABLED
depends on ZEPHYR_HAL_SILABS_MODULE_BLOBS
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 MBEDTLS