Initial commit with basic project structure and Firebeetle 2 board definition
This commit is contained in:
15
boards/espressif/esp32_ethernet_kit/Kconfig.defconfig
Normal file
15
boards/espressif/esp32_ethernet_kit/Kconfig.defconfig
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user