mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
35 lines
832 B
Plaintext
35 lines
832 B
Plaintext
|
|
menu "Display Panels"
|
|
|
|
choice
|
|
prompt "ArtInChip Panel Drivers"
|
|
default AIC_SIMPLE_PANEL
|
|
|
|
config AIC_SIMPLE_PANEL
|
|
bool "ArtInChip simple panel"
|
|
depends on AIC_DISP_RGB || AIC_DISP_LVDS
|
|
|
|
config AIC_PANEL_DSI_XM91080
|
|
bool "ArtInChip MIPI DSI xm91080 panel"
|
|
depends on AIC_DISP_MIPI_DSI
|
|
|
|
config AIC_PANEL_DBI_ILI9488
|
|
bool "ArtInChip MIPI DBI SPI ili9488 panel"
|
|
depends on AIC_DISP_MIPI_DBI_SPI
|
|
|
|
config AIC_PANEL_DBI_ILI9341
|
|
bool "ArtInChip MIPI DBI SPI ili9341 panel"
|
|
depends on AIC_DISP_MIPI_DBI_SPI
|
|
|
|
config AIC_PANEL_DBI_ST77903
|
|
bool "ArtInChip MIPI DBI SPI st77903 panel"
|
|
depends on AIC_DISP_MIPI_DBI_SPI
|
|
|
|
endchoice
|
|
|
|
if AIC_SIMPLE_PANEL
|
|
source "bsp/artinchip/drv/display/panel/Kconfig.timing"
|
|
endif
|
|
|
|
endmenu
|