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:
parent
1681c7e317
commit
5f963feed4
3 changed files with 159 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue