File tree Expand file tree Collapse file tree 3 files changed +441
-0
lines changed Expand file tree Collapse file tree 3 files changed +441
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,16 @@ config DRM_PANEL_HIMAX_HX83112A
193
193
Say Y here if you want to enable support for Himax HX83112A-based
194
194
display panels, such as the one found in the Fairphone 4 smartphone.
195
195
196
+ config DRM_PANEL_HIMAX_HX83112B
197
+ tristate "Himax HX83112B-based DSI panel"
198
+ depends on OF
199
+ depends on DRM_MIPI_DSI
200
+ depends on BACKLIGHT_CLASS_DEVICE
201
+ select DRM_KMS_HELPER
202
+ help
203
+ Say Y here if you want to enable support for Himax HX83112B-based
204
+ display panels, such as the one found in the Fairphone 3 smartphone.
205
+
196
206
config DRM_PANEL_HIMAX_HX8394
197
207
tristate "HIMAX HX8394 MIPI-DSI LCD panels"
198
208
depends on OF
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ obj-$(CONFIG_DRM_PANEL_FEIYANG_FY07024DI26A30D) += panel-feiyang-fy07024di26a30d
20
20
obj-$(CONFIG_DRM_PANEL_HIMAX_HX8279) += panel-himax-hx8279.o
21
21
obj-$(CONFIG_DRM_PANEL_HIMAX_HX83102) += panel-himax-hx83102.o
22
22
obj-$(CONFIG_DRM_PANEL_HIMAX_HX83112A) += panel-himax-hx83112a.o
23
+ obj-$(CONFIG_DRM_PANEL_HIMAX_HX83112B) += panel-himax-hx83112b.o
23
24
obj-$(CONFIG_DRM_PANEL_HIMAX_HX8394) += panel-himax-hx8394.o
24
25
obj-$(CONFIG_DRM_PANEL_ILITEK_IL9322) += panel-ilitek-ili9322.o
25
26
obj-$(CONFIG_DRM_PANEL_ILITEK_ILI9341) += panel-ilitek-ili9341.o
You can’t perform that action at this time.
0 commit comments