13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
# ESP-WROVER-KIT board configuration
|
|
|
|
# Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ESP_WROVER_KIT
|
|
bool "ESP-WROVER-KIT Development Board"
|
|
depends on SOC_SERIES_ESP32
|
|
|
|
choice SOC_PART_NUMBER
|
|
default SOC_ESP32_WROVER_E_N4R8
|
|
endchoice
|