1# Copyright (c) 2024 Joel Guittet
2# SPDX-License-Identifier: Apache-2.0
3
4if BOARD_ESP32S3_TOUCH_LCD_1_28_ESP32S3_PROCPU
5
6config KERNEL_MEM_POOL
7	default y
8
9config PWM
10	default y if DISPLAY
11
12configdefault LV_COLOR_16_SWAP
13	default y if LVGL
14
15endif # BOARD_ESP32S3_TOUCH_LCD_1_28_ESP32S3_PROCPU
16