# SPDX-FileCopyrightText: Copyright The Zephyr Project Contributors
# SPDX-License-Identifier: Apache-2.0

config HEAP_MEM_POOL_ADD_SIZE_BOARD
	int
	default 4096 if BOARD_ESP32S3_RLCD_4_2_ESP32S3_PROCPU
	default 256 if BOARD_ESP32S3_RLCD_4_2_ESP32S3_APPCPU
