File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,6 +228,15 @@ config DRM_PANEL_HYDIS_HV101HD1
228228
229229 If M is selected the module will be called panel-hydis-hv101hd1
230230
231+ config DRM_PANEL_ILITEK_IL79600A
232+ tristate "Ilitek ILI79960A-based panels"
233+ depends on OF
234+ depends on DRM_MIPI_DSI
235+ depends on BACKLIGHT_CLASS_DEVICE
236+ help
237+ Say Y if you want to enable support for panels based on the
238+ Ilitek ILI79960A controller.
239+
231240config DRM_PANEL_ILITEK_IL9322
232241 tristate "Ilitek ILI9322 320x240 QVGA panels"
233242 depends on OF && SPI
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ obj-$(CONFIG_DRM_PANEL_HIMAX_HX83112A) += panel-himax-hx83112a.o
2323obj-$(CONFIG_DRM_PANEL_HIMAX_HX83112B) += panel-himax-hx83112b.o
2424obj-$(CONFIG_DRM_PANEL_HIMAX_HX8394) += panel-himax-hx8394.o
2525obj-$(CONFIG_DRM_PANEL_HYDIS_HV101HD1) += panel-hydis-hv101hd1.o
26+ obj-$(CONFIG_DRM_PANEL_ILITEK_IL79600A) += panel-ilitek-ili79600a.o
2627obj-$(CONFIG_DRM_PANEL_ILITEK_IL9322) += panel-ilitek-ili9322.o
2728obj-$(CONFIG_DRM_PANEL_ILITEK_ILI9341) += panel-ilitek-ili9341.o
2829obj-$(CONFIG_DRM_PANEL_ILITEK_ILI9805) += panel-ilitek-ili9805.o
You can’t perform that action at this time.
0 commit comments