2015-07-21 22:01:19 +07:00
|
|
|
config DRM_BRIDGE
|
|
|
|
def_bool y
|
|
|
|
depends on DRM
|
|
|
|
help
|
|
|
|
Bridge registration and lookup framework.
|
|
|
|
|
|
|
|
menu "Display Interface Bridges"
|
|
|
|
depends on DRM && DRM_BRIDGE
|
|
|
|
|
2016-05-02 14:54:26 +07: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.
|
|
|
|
|
2015-01-20 23:38:45 +07:00
|
|
|
config DRM_DW_HDMI
|
|
|
|
tristate
|
2014-03-25 18:06:46 +07:00
|
|
|
select DRM_KMS_HELPER
|
2014-12-05 13:26:31 +07:00
|
|
|
|
2013-11-07 23:01:45 +07:00
|
|
|
config DRM_DW_HDMI_AHB_AUDIO
|
|
|
|
tristate "Synopsis Designware AHB Audio interface"
|
|
|
|
depends on DRM_DW_HDMI && SND
|
|
|
|
select SND_PCM
|
2013-11-07 23:06:01 +07:00
|
|
|
select SND_PCM_ELD
|
2013-11-07 23:01:45 +07:00
|
|
|
select SND_PCM_IEC958
|
|
|
|
help
|
|
|
|
Support the AHB Audio interface which is part of the Synopsis
|
|
|
|
Designware HDMI block. This is used in conjunction with
|
|
|
|
the i.MX6 HDMI driver.
|
|
|
|
|
2015-04-14 20:39:51 +07:00
|
|
|
config DRM_NXP_PTN3460
|
|
|
|
tristate "NXP PTN3460 DP/LVDS bridge"
|
2015-01-20 23:38:45 +07:00
|
|
|
depends on OF
|
2014-12-05 13:26:31 +07:00
|
|
|
select DRM_KMS_HELPER
|
2015-01-20 23:38:47 +07:00
|
|
|
select DRM_PANEL
|
2015-01-20 23:38:45 +07:00
|
|
|
---help---
|
2015-04-14 20:39:51 +07:00
|
|
|
NXP PTN3460 eDP-LVDS bridge chip driver.
|
2015-01-20 23:38:53 +07:00
|
|
|
|
2015-04-14 20:39:51 +07:00
|
|
|
config DRM_PARADE_PS8622
|
2015-01-20 23:38:53 +07:00
|
|
|
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 20:39:51 +07:00
|
|
|
Parade eDP-LVDS bridge chip driver.
|
2015-07-21 22:01:19 +07:00
|
|
|
|
2016-01-01 00:21:21 +07: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.
|
|
|
|
|
2016-07-13 14:49:59 +07:00
|
|
|
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-03-29 08:57:03 +07:00
|
|
|
source "drivers/gpu/drm/bridge/analogix/Kconfig"
|
|
|
|
|
2016-06-17 15:00:35 +07:00
|
|
|
source "drivers/gpu/drm/bridge/adv7511/Kconfig"
|
|
|
|
|
2015-07-21 22:01:19 +07:00
|
|
|
endmenu
|