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