HEAP_MEM_POOL_ADD_SIZE_BOARD is not a zephyr-defined entry and should be placed into Kconfig instead of Kconfig.defconfig. This PR moves that entry for all ESP32-based boards accordingly. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
11 lines
253 B
Text
11 lines
253 B
Text
# Lilygo ttgo LoRa32 board configuration
|
|
|
|
# Copyright (c) 2024 Lothar Felten <lothar.felten@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_TTGO_LORA32_ESP32_PROCPU
|
|
|
|
config ENTROPY_GENERATOR
|
|
default y
|
|
|
|
endif # BOARD_TTGO_LORA32_ESP32_PROCPU
|