1# M5Stack StampS3 board configuration
2# Copyright (c) 2023 Martin Kiepfer <mrmarteng@teleschirm.org>
3# SPDX-License-Identifier: Apache-2.0
4
5if BOARD_M5STACK_STAMPS3_ESP32S3_PROCPU
6
7config KERNEL_MEM_POOL
8	default y
9
10endif # BOARD_M5STACK_STAMPS3_ESP32S3_PROCPU
11