mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 19:13:51 +01:00
15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
# SPDX-FileCopyrightText: 2020 HAW Hamburg
|
|
# SPDX-FileCopyrightText: 2022 Gunar Schorcht
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "esp32s3-usb-otg" if BOARD_ESP32S3_USB_OTG
|
|
|
|
config BOARD_ESP32S3_USB_OTG
|
|
bool
|
|
default y
|
|
select BOARD_COMMON_ESP32S3
|
|
select CPU_MODEL_ESP32S3_MINI_1X_N8
|
|
|
|
source "$(RIOTBOARD)/common/esp32s3/Kconfig"
|