839b97e7c5
Add ESP32-S3 information into Espressif's Kconfig definitions. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
7 lines
214 B
Plaintext
7 lines
214 B
Plaintext
# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HAS_ESPRESSIF_HAL
|
|
bool
|
|
depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3 || SOC_ESP32_NET || SOC_ESP32S3
|