|
# ESP32S2 Franzininho board configuration
|
|
|
|
# Copyright (c) 2022 Felipe Neves
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ESP32S2_FRANZININHO
|
|
bool "ESP32S2 Franzininho Board"
|
|
depends on SOC_SERIES_ESP32S2
|
|
|
|
choice SOC_PART_NUMBER
|
|
default SOC_ESP32S2_WROOM
|
|
endchoice
|