13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
# ESP32 board configuration
|
|
|
|
# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ESP32_NET
|
|
bool "ESP32 Board configuration for APP_CPU"
|
|
depends on SOC_SERIES_ESP32_NET
|
|
|
|
choice SOC_PART_NUMBER
|
|
default SOC_ESP32_NET
|
|
endchoice
|