| # Copyright (c) 2025 Linaro Limited | |
| # SPDX-License-Identifier: Apache-2.0 | |
| if SHIELD_M5STACK_CARDPUTER | |
| config INPUT | |
| default y | |
| if DISK_DRIVERS | |
| config DISK_DRIVER_SDMMC | |
| default y | |
| endif # DISK_DRIVERS | |
| if DISPLAY | |
| choice ST7789V_PIXEL_FORMAT | |
| default ST7789V_RGB565 | |
| endchoice | |
| if LVGL | |
| config LV_Z_BITS_PER_PIXEL | |
| default 16 | |
| choice LV_COLOR_DEPTH | |
| default LV_COLOR_DEPTH_16 | |
| endchoice | |
| configdefault LV_COLOR_16_SWAP | |
| default y | |
| endif # LVGL | |
| endif # DISPLAY | |
| endif # SHIELD_M5STACK_CARDPUTER |