zephyr/boards/waveshare/esp32s3_touch_lcd_1_28/Kconfig
Sylvio Alves 9403b08512 boards: esp32: move board specific kconfig definitions
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>
2024-10-04 22:53:01 +01:00

7 lines
235 B
Text

# Copyright (c) 2024 Joel Guittet
# SPDX-License-Identifier: Apache-2.0
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 4096 if BOARD_ESP32S3_TOUCH_LCD_1_28_ESP32S3_PROCPU
default 256 if BOARD_ESP32S3_TOUCH_LCD_1_28_ESP32S3_APPCPU