1# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
2# SPDX-License-Identifier: Apache-2.0
3
4config ZEPHYR_HAL_ESPRESSIF_MODULE
5	bool
6
7config ZEPHYR_HAL_ESPRESSIF_MODULE_BLOBS
8	bool
9
10config HAS_ESPRESSIF_HAL
11	bool
12	depends on SOC_FAMILY_ESPRESSIF_ESP32
13