There are HCI drivers which reference the module-specific Kconfig symbols which are auto-generated when the modules are present. Provide default definitions for these symbols in case the modules are missing, so that compliance checking doesn't stumble over seemingly non-existent Kconfig options. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
19 lines
372 B
Text
19 lines
372 B
Text
# Gecko and Si32 SDK
|
|
|
|
# Copyright (c) 2017, Christian Taedcke
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ZEPHYR_HAL_SILABS_MODULE
|
|
bool
|
|
|
|
config ZEPHYR_HAL_SILABS_MODULE_BLOBS
|
|
bool
|
|
|
|
config HAS_SILABS_GECKO
|
|
bool
|
|
select HAS_CMSIS_CORE
|
|
depends on SOC_FAMILY_SILABS_S0 || SOC_FAMILY_SILABS_S1 || SOC_FAMILY_SILABS_S2
|
|
|
|
config HAS_SILABS_SI32
|
|
bool
|
|
select HAS_CMSIS_CORE
|