File tree Expand file tree Collapse file tree 3 files changed +910
-0
lines changed Expand file tree Collapse file tree 3 files changed +910
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,17 @@ config DRM_FSL_LDB
90
90
help
91
91
Support for i.MX8MP DPI-to-LVDS on-SoC encoder.
92
92
93
+ config DRM_ITE_IT6263
94
+ tristate "ITE IT6263 LVDS/HDMI bridge"
95
+ depends on OF
96
+ select DRM_DISPLAY_HDMI_STATE_HELPER
97
+ select DRM_DISPLAY_HELPER
98
+ select DRM_BRIDGE_CONNECTOR
99
+ select DRM_KMS_HELPER
100
+ select REGMAP_I2C
101
+ help
102
+ ITE IT6263 LVDS to HDMI bridge chip driver.
103
+
93
104
config DRM_ITE_IT6505
94
105
tristate "ITE IT6505 DisplayPort bridge"
95
106
depends on OF
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ obj-$(CONFIG_DRM_CHRONTEL_CH7033) += chrontel-ch7033.o
6
6
obj-$(CONFIG_DRM_CROS_EC_ANX7688) += cros-ec-anx7688.o
7
7
obj-$(CONFIG_DRM_DISPLAY_CONNECTOR) += display-connector.o
8
8
obj-$(CONFIG_DRM_FSL_LDB) += fsl-ldb.o
9
+ obj-$(CONFIG_DRM_ITE_IT6263) += ite-it6263.o
9
10
obj-$(CONFIG_DRM_ITE_IT6505) += ite-it6505.o
10
11
obj-$(CONFIG_DRM_LONTIUM_LT8912B) += lontium-lt8912b.o
11
12
obj-$(CONFIG_DRM_LONTIUM_LT9211) += lontium-lt9211.o
You can’t perform that action at this time.
0 commit comments