1# Copyright (c) 2024 Linaro Limited
2# SPDX-License-Identifier: Apache-2.0
3
4# WeAct Studio MiniSTM32H7B0 board configuration
5
6if BOARD_MINI_STM32H7B0
7
8if DISPLAY
9
10config INPUT
11	default y
12
13if LVGL
14
15configdefault LV_COLOR_16_SWAP
16	default y
17
18config LV_Z_BITS_PER_PIXEL
19	default 16
20
21endif # LVGL
22
23endif # DISPLAY
24
25source "boards/common/usb/Kconfig.cdc_acm_serial.defconfig"
26
27endif # BOARD_MINI_STM32H7B0
28