File tree Expand file tree Collapse file tree 3 files changed +805
-0
lines changed Expand file tree Collapse file tree 3 files changed +805
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,18 @@ config DRM_PANEL_ILITEK_IL9322
125
125
Say Y here if you want to enable support for Ilitek IL9322
126
126
QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
127
127
128
+ config DRM_PANEL_ILITEK_ILI9341
129
+ tristate "Ilitek ILI9341 240x320 QVGA panels"
130
+ depends on OF && SPI
131
+ depends on DRM_KMS_HELPER
132
+ depends on DRM_KMS_CMA_HELPER
133
+ depends on BACKLIGHT_CLASS_DEVICE
134
+ select DRM_MIPI_DBI
135
+ help
136
+ Say Y here if you want to enable support for Ilitek IL9341
137
+ QVGA (240x320) RGB panels. support serial & parallel rgb
138
+ interface.
139
+
128
140
config DRM_PANEL_ILITEK_ILI9881C
129
141
tristate "Ilitek ILI9881C-based panels"
130
142
depends on OF
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ obj-$(CONFIG_DRM_PANEL_ELIDA_KD35T133) += panel-elida-kd35t133.o
11
11
obj-$(CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02) += panel-feixin-k101-im2ba02.o
12
12
obj-$(CONFIG_DRM_PANEL_FEIYANG_FY07024DI26A30D) += panel-feiyang-fy07024di26a30d.o
13
13
obj-$(CONFIG_DRM_PANEL_ILITEK_IL9322) += panel-ilitek-ili9322.o
14
+ obj-$(CONFIG_DRM_PANEL_ILITEK_ILI9341) += panel-ilitek-ili9341.o
14
15
obj-$(CONFIG_DRM_PANEL_ILITEK_ILI9881C) += panel-ilitek-ili9881c.o
15
16
obj-$(CONFIG_DRM_PANEL_INNOLUX_EJ030NA) += panel-innolux-ej030na.o
16
17
obj-$(CONFIG_DRM_PANEL_INNOLUX_P079ZCA) += panel-innolux-p079zca.o
You can’t perform that action at this time.
0 commit comments