16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
# ESP32-ETHERNET-KIT board configuration
|
|
|
|
# Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_ESP32_ETHERNET_KIT_ESP32_PROCPU
|
|
|
|
config ESP_SPIRAM
|
|
default y if !MCUBOOT
|
|
|
|
choice SPIRAM_TYPE
|
|
default SPIRAM_TYPE_ESPPSRAM64
|
|
endchoice
|
|
|
|
endif # BOARD_ESP32_ETHERNET_KIT_ESP32_PROCPU
|