File tree Expand file tree Collapse file tree 5 files changed +521
-0
lines changed Expand file tree Collapse file tree 5 files changed +521
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ zephyr_library_sources_ifdef(CONFIG_STM32_LTDC display_stm32_ltdc.c)
3636zephyr_library_sources_ifdef(CONFIG_WAVESHARE_7INCH_DSI_LCD_C display_waveshare_dsi_lcd.c)
3737zephyr_library_sources_ifdef(CONFIG_RM68200 display_rm68200.c)
3838zephyr_library_sources_ifdef(CONFIG_RM67162 display_rm67162.c)
39+ zephyr_library_sources_ifdef(CONFIG_RM67199 display_rm67199.c)
3940zephyr_library_sources_ifdef(CONFIG_HUB12 display_hub12.c)
4041zephyr_library_sources_ifdef(CONFIG_HX8379C display_hx8379c.c)
4142zephyr_library_sources_ifdef(CONFIG_HX8394 display_hx8394.c)
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ source "drivers/display/Kconfig.uc81xx"
4747source "drivers/display/Kconfig.dummy"
4848source "drivers/display/Kconfig.ls0xx"
4949source "drivers/display/Kconfig.rm67162"
50+ source "drivers/display/Kconfig.rm67199"
5051source "drivers/display/Kconfig.rm68200"
5152source "drivers/display/Kconfig.max7219"
5253source "drivers/display/Kconfig.intel_multibootfb"
Original file line number Diff line number Diff line change 1+ # Copyright 2025 NXP
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ config RM67199
5+ bool "RM67199 display driver"
6+ default y
7+ select MIPI_DSI
8+ depends on DT_HAS_RAYDIUM_RM67199_ENABLED
9+ help
10+ Enable driver for RM67199 display.
You can’t perform that action at this time.
0 commit comments