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>
12 lines
259 B
Text
12 lines
259 B
Text
# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ZEPHYR_HAL_ESPRESSIF_MODULE
|
|
bool
|
|
|
|
config ZEPHYR_HAL_ESPRESSIF_MODULE_BLOBS
|
|
bool
|
|
|
|
config HAS_ESPRESSIF_HAL
|
|
bool
|
|
depends on SOC_FAMILY_ESPRESSIF_ESP32
|