mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 20:05:24 +00:00
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>
13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
# 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
|