Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 3ac1f84f authored by Robert Nelson's avatar Robert Nelson
Browse files

wire up it66121


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 6cc7fbaf
No related merge requests found
......@@ -51,6 +51,14 @@ config DRM_LONTIUM_LT9611
HDMI signals
Please say Y if you have such hardware.
config DRM_ITE_IT66121
tristate "ITE IT66121 HDMI bridge"
depends on OF
select DRM_KMS_HELPER
select REGMAP_I2C
help
Support for ITE IT66121 HDMI bridge.
config DRM_LVDS_CODEC
tristate "Transparent LVDS encoders and decoders support"
depends on OF
......
......@@ -22,6 +22,7 @@ obj-$(CONFIG_DRM_TI_SN65DSI86) += ti-sn65dsi86.o
obj-$(CONFIG_DRM_TI_TFP410) += ti-tfp410.o
obj-$(CONFIG_DRM_TI_TPD12S015) += ti-tpd12s015.o
obj-$(CONFIG_DRM_NWL_MIPI_DSI) += nwl-dsi.o
obj-$(CONFIG_DRM_ITE_IT66121) += ite-it66121.o
obj-y += analogix/
obj-y += cadence/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment