2015-07-21 17:01:19 +02:00
config DRM_BRIDGE
def_bool y
depends on DRM
help
Bridge registration and lookup framework.
2017-06-02 13:25:14 -07:00
config DRM_PANEL_BRIDGE
def_bool y
depends on DRM_BRIDGE
depends on DRM_KMS_HELPER
select DRM_PANEL
help
DRM bridge wrapper of DRM panels
2015-07-21 17:01:19 +02:00
menu "Display Interface Bridges"
depends on DRM && DRM_BRIDGE
2016-05-02 09:54:26 +02:00
config DRM_ANALOGIX_ANX78XX
tristate "Analogix ANX78XX bridge"
select DRM_KMS_HELPER
select REGMAP_I2C
---help---
ANX78XX is an ultra-low Full-HD SlimPort transmitter
designed for portable devices. The ANX78XX transforms
the HDMI output of an application processor to MyDP
or DisplayPort.
2016-09-30 16:37:06 +02:00
config DRM_DUMB_VGA_DAC
tristate "Dumb VGA DAC Bridge support"
depends on OF
select DRM_KMS_HELPER
help
2018-03-02 10:14:26 +01:00
Support for non-programmable RGB to VGA DAC bridges, such as ADI
ADV7123, TI THS8134 and THS8135 or passive resistor ladder DACs.
2016-09-30 16:37:06 +02:00
2017-03-02 12:47:26 +02:00
config DRM_LVDS_ENCODER
tristate "Transparent parallel to LVDS encoder support"
depends on OF
2017-06-02 13:25:14 -07:00
select DRM_PANEL_BRIDGE
2017-03-02 12:47:26 +02:00
help
Support for transparent parallel to LVDS encoders that don't require
any configuration.
2017-03-03 16:57:09 +01:00
config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW
tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
depends on OF
select DRM_KMS_HELPER
select DRM_PANEL
---help---
This is a driver for the display bridges of
GE B850v3 that convert dual channel LVDS
to DP++. This is used with the i.MX6 imx-ldb
driver. You are likely to say N here.
2015-04-14 15:39:51 +02:00
config DRM_NXP_PTN3460
tristate "NXP PTN3460 DP/LVDS bridge"
2015-01-20 22:08:45 +05:30
depends on OF
2014-12-05 14:26:31 +08:00
select DRM_KMS_HELPER
2015-01-20 22:08:47 +05:30
select DRM_PANEL
2015-01-20 22:08:45 +05:30
---help---
2015-04-14 15:39:51 +02:00
NXP PTN3460 eDP-LVDS bridge chip driver.
2015-01-20 22:08:53 +05:30
2015-04-14 15:39:51 +02:00
config DRM_PARADE_PS8622
2015-01-20 22:08:53 +05:30
tristate "Parade eDP/LVDS bridge"
depends on OF
select DRM_PANEL
select DRM_KMS_HELPER
select BACKLIGHT_LCD_SUPPORT
select BACKLIGHT_CLASS_DEVICE
---help---
2015-04-14 15:39:51 +02:00
Parade eDP-LVDS bridge chip driver.
2015-07-21 17:01:19 +02:00
2016-10-10 09:39:17 +02:00
config DRM_SIL_SII8620
tristate "Silicon Image SII8620 HDMI/MHL bridge"
2017-08-24 10:58:07 +02:00
depends on OF && RC_CORE
2016-10-10 09:39:17 +02:00
select DRM_KMS_HELPER
help
Silicon Image SII8620 HDMI/MHL bridge chip driver.
2015-12-31 18:21:21 +01:00
config DRM_SII902X
tristate "Silicon Image sii902x RGB/HDMI bridge"
depends on OF
select DRM_KMS_HELPER
select REGMAP_I2C
---help---
Silicon Image sii902x bridge chip driver.
2017-10-05 16:07:10 +02:00
config DRM_SII9234
tristate "Silicon Image SII9234 HDMI/MHL bridge"
depends on OF
---help---
Say Y here if you want support for the MHL interface.
It is an I2C driver, that detects connection of MHL bridge
and starts encapsulation of HDMI signal.
2016-07-13 13:19:59 +05:30
config DRM_TOSHIBA_TC358767
tristate "Toshiba TC358767 eDP bridge"
depends on OF
select DRM_KMS_HELPER
select REGMAP_I2C
select DRM_PANEL
---help---
Toshiba TC358767 eDP bridge chip driver.
2016-10-31 17:21:31 +02:00
config DRM_TI_TFP410
tristate "TI TFP410 DVI/HDMI bridge"
depends on OF
select DRM_KMS_HELPER
---help---
Texas Instruments TFP410 DVI/HDMI Transmitter driver
2016-03-29 09:57:03 +08:00
source "drivers/gpu/drm/bridge/analogix/Kconfig"
2016-06-17 13:30:35 +05:30
source "drivers/gpu/drm/bridge/adv7511/Kconfig"
2017-03-10 15:48:12 +05:30
source "drivers/gpu/drm/bridge/synopsys/Kconfig"
2015-07-21 17:01:19 +02:00
endmenu