125 lines
3.4 KiB
Plaintext
125 lines
3.4 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0+
|
|
choice
|
|
prompt "ArtInChip Panel Driver"
|
|
|
|
config AIC_PANE_RGB_GENERAL
|
|
tristate "ArtInChip general RGB panel"
|
|
depends on AIC_DISP_RGB
|
|
help
|
|
ArtInChip general RGB panel
|
|
|
|
config AIC_PANEL_LVDS_GENERAL
|
|
tristate "ArtInChip general LVDS panel"
|
|
depends on AIC_DISP_LVDS
|
|
help
|
|
ArtInChip general LVDS panel
|
|
|
|
config AIC_PANEL_DSI_NV3051
|
|
tristate "ArtInChip dsi NV3051 panel driver"
|
|
depends on AIC_DISP_MIPI_DSI
|
|
help
|
|
Say Y here if you want to enable support for the NV3051
|
|
640x1136 MIPI DSI panel.
|
|
|
|
config AIC_PANEL_DSI_GH8555BC
|
|
tristate "ArtInChip dsi GH8555BC panel driver"
|
|
depends on AIC_DISP_MIPI_DSI
|
|
help
|
|
Say Y here if you want to enable support for the GH8555BC
|
|
640x1136 MIPI DSI panel.
|
|
|
|
config AIC_PANEL_DSI_SIMPLE
|
|
tristate "ArtInChip dsi simple panel driver"
|
|
depends on AIC_DISP_MIPI_DSI
|
|
help
|
|
ArtInChip MIPI DSI simple panel
|
|
|
|
config AIC_PANEL_DSI_B080XAN
|
|
tristate "ArtInChip dsi panel driver for B080XAN"
|
|
depends on AIC_DISP_MIPI_DSI
|
|
help
|
|
Say Y here if you want to enable support for the B080XAN
|
|
768x1024 MIPI DSI panel.
|
|
|
|
config AIC_PANEL_DSI_WUXGA_7IN
|
|
tristate "ArtInChip dsi panel driver for WUXGA_7IN"
|
|
depends on AIC_DISP_MIPI_DSI
|
|
help
|
|
Say Y here if you want to enable support for the WUXGA_7IN
|
|
1200x1920 MIPI DSI panel.
|
|
|
|
config AIC_PANEL_DSI_HX8394_5IN
|
|
tristate "ArtInChip dsi panel driver for HX8394_5IN"
|
|
depends on AIC_DISP_MIPI_DSI
|
|
help
|
|
Say Y here if you want to enable support for the HX8394_5IN
|
|
720x1280 MIPI DSI panel.
|
|
|
|
config AIC_PANEL_DSI_ST7701S
|
|
tristate "ArtInChip dsi panel driver for ST7701S"
|
|
depends on AIC_DISP_MIPI_DSI
|
|
help
|
|
Say Y here if you want to enable support for the ST7701S
|
|
2-lane 480x800 MIPI DSI panel.
|
|
|
|
config AIC_PANEL_DSI_TS8224S
|
|
tristate "ArtInChip dsi panel driver for TS8224S"
|
|
depends on AIC_DISP_MIPI_DSI
|
|
help
|
|
Say Y here if you want to enable support for the ts8224S(ST7701S)
|
|
2-lane 480x800 MIPI DSI panel.
|
|
|
|
config AIC_PANEL_DSI_XM91080
|
|
tristate "ArtInChip dsi panel driver for XM91080"
|
|
depends on AIC_DISP_MIPI_DSI
|
|
help
|
|
Say Y here if you want to enable support for the XM91080
|
|
1080x1920 MIPI DSI panel.
|
|
|
|
config AIC_PANEL_DSI_ILI9881C
|
|
tristate "ArtInChip dsi panel driver for ili9881c"
|
|
depends on AIC_DISP_MIPI_DSI
|
|
help
|
|
Say Y here if you want to enable support for the ili9881c
|
|
800x1280 MIPI DSI panel.
|
|
|
|
config AIC_PANEL_DSI_S070WV20
|
|
tristate "ArtInChip dsi panel driver for s070wv20"
|
|
depends on AIC_DISP_MIPI_DSI
|
|
help
|
|
Say Y here if you want to enable support for the s070wv20
|
|
800x480 MIPI DSI panel.
|
|
|
|
config AIC_PANEL_DSI_SC7707
|
|
tristate "ArtInChip dsi panel driver for sc7707"
|
|
depends on AIC_DISP_MIPI_DSI
|
|
help
|
|
Say Y here if you want to enable support for the sc7707
|
|
720x1560 MIPI DSI panel.
|
|
|
|
config AIC_PANEL_DBI_ILI9486L
|
|
tristate "ArtInChip dbi panel driver for ILI9486L"
|
|
depends on AIC_DISP_MIPI_DBI
|
|
help
|
|
ArtInChip MIPI DBI Type B (I8080) panel driver for ILI9486L
|
|
|
|
config AIC_PANEL_DBI_ILI9488
|
|
tristate "ArtInChip dbi panel driver for ILI9488"
|
|
depends on AIC_DISP_MIPI_DBI
|
|
help
|
|
ArtInChip MIPI DBI Type B (I8080) panel driver for ILI9488
|
|
|
|
config AIC_PANEL_DBI_ILI9341
|
|
tristate "ArtInChip dbi panel driver for ILI9341"
|
|
depends on AIC_DISP_MIPI_DBI
|
|
help
|
|
ArtInChip MIPI DBI Type C (SPI) panel driver for ILI9341
|
|
|
|
config AIC_PANEL_DBI_ST77903
|
|
tristate "ArtInChip dbi panel driver for ST77903"
|
|
depends on AIC_DISP_MIPI_DBI
|
|
help
|
|
ArtInChip MIPI DBI Type C (SPI) panel driver for ST77903
|
|
|
|
endchoice
|