1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 18:43:50 +01:00
2025-07-28 18:57:01 +02:00

15 lines
382 B
Plaintext

# SPDX-FileCopyrightText: 2020 HAW Hamburg
# SPDX-FileCopyrightText: 2020 Google LLC
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "esp32-ethernet-kit-v1_1" if BOARD_ESP32_ETHERNET_KIT_V1_1
config BOARD_ESP32_ETHERNET_KIT_V1_1
bool
default y
select BOARD_COMMON_ESP32
select CPU_MODEL_ESP32_WROVER_B
source "$(RIOTBOARD)/common/esp32/Kconfig"