Browse Source
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>pull/78764/head
4 changed files with 21 additions and 0 deletions
@ -1,6 +1,12 @@ |
|||||||
# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd. |
# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd. |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config ZEPHYR_HAL_ESPRESSIF_MODULE |
||||||
|
bool |
||||||
|
|
||||||
|
config ZEPHYR_HAL_ESPRESSIF_MODULE_BLOBS |
||||||
|
bool |
||||||
|
|
||||||
config HAS_ESPRESSIF_HAL |
config HAS_ESPRESSIF_HAL |
||||||
bool |
bool |
||||||
depends on SOC_FAMILY_ESPRESSIF_ESP32 |
depends on SOC_FAMILY_ESPRESSIF_ESP32 |
||||||
|
Loading…
Reference in new issue