2023-07-13 02:51:23 +08:00
|
|
|
# Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config BOARD_ESP32_DEVKITC_WROVER
|
|
|
|
bool "ESP32-DEVKITC-WROVER-E Development board"
|
2023-07-21 00:24:09 +08:00
|
|
|
depends on SOC_SERIES_ESP32
|
|
|
|
|
|
|
|
choice SOC_PART_NUMBER
|
|
|
|
default SOC_ESP32_WROVER_E_N4R8
|
|
|
|
endchoice
|