1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 06:32:45 +01:00
RIOT/cpu/esp32/esp-idf/Kconfig

30 lines
760 B
Plaintext
Raw Normal View History

# Copyright (c) 2021 HAW Hamburg
# 2022 Gunar Schorcht
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
config MODULE_ESP_IDF
bool
depends on TEST_KCONFIG
depends on HAS_ARCH_ESP32
default y
select MODULE_ESP_IDF_COMMON
select MODULE_ESP_IDF_SPI_FLASH if MODULE_MTD
help
Espressif IoT Development Framework.
rsource "common/Kconfig"
rsource "efuse/Kconfig"
rsource "eth/Kconfig"
rsource "event/Kconfig"
rsource "gpio/Kconfig"
rsource "heap/Kconfig"
rsource "nvs_flash/Kconfig"
rsource "spi_flash/Kconfig"
rsource "spi_ram/Kconfig"
rsource "wifi/Kconfig"
rsource "wpa_supplicant/Kconfig"