1# MAX32672EVKIT boards configuration 2 3# Copyright (c) 2024 Analog Devices, Inc. 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_MAX32672EVKIT 7 8if DISPLAY 9 10config MIPI_DBI_SPI_3WIRE 11 default y 12 13if LVGL 14 15config LV_Z_BITS_PER_PIXEL 16 default 16 17 18choice LV_COLOR_DEPTH 19 default LV_COLOR_DEPTH_16 # 16 bit per pixel 20endchoice 21 22configdefault LV_COLOR_16_SWAP 23 default y 24 25endif # LVGL 26 27endif # DISPLAY 28 29endif # BOARD_MAX32672EVKIT 30