1# M5Stack AtomS3 board configuration
2# Copyright (c) 2023 Benjamin Cabé <benjamin@zephyrproject.org>
3# SPDX-License-Identifier: Apache-2.0
4
5if BOARD_M5STACK_ATOMS3_ESP32S3_PROCPU
6
7configdefault LV_COLOR_16_SWAP
8	default y if LVGL
9
10endif # BOARD_M5STACK_ATOMS3_ESP32S3_PROCPU
11