2015-07-21 15:01:19 +00: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 07:54:26 +00: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 16:38:45 +00:00
|
|
|
config DRM_DW_HDMI
|
|
|
|
tristate
|
2014-03-25 11:06:46 +00:00
|
|
|
select DRM_KMS_HELPER
|
2014-12-05 06:26:31 +00:00
|
|
|
|
2013-11-07 16:01:45 +00: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 16:06:01 +00:00
|
|
|
select SND_PCM_ELD
|
2013-11-07 16:01:45 +00: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 13:39:51 +00:00
|
|
|
config DRM_NXP_PTN3460
|
|
|
|
tristate "NXP PTN3460 DP/LVDS bridge"
|
2015-01-20 16:38:45 +00:00
|
|
|
depends on OF
|
2014-12-05 06:26:31 +00:00
|
|
|
select DRM_KMS_HELPER
|
2015-01-20 16:38:47 +00:00
|
|
|
select DRM_PANEL
|
2015-01-20 16:38:45 +00:00
|
|
|
---help---
|
2015-04-14 13:39:51 +00:00
|
|
|
NXP PTN3460 eDP-LVDS bridge chip driver.
|
2015-01-20 16:38:53 +00:00
|
|
|
|
2015-04-14 13:39:51 +00:00
|
|
|
config DRM_PARADE_PS8622
|
2015-01-20 16:38:53 +00: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 13:39:51 +00:00
|
|
|
Parade eDP-LVDS bridge chip driver.
|
2015-07-21 15:01:19 +00:00
|
|
|
|
2016-03-29 01:57:03 +00:00
|
|
|
source "drivers/gpu/drm/bridge/analogix/Kconfig"
|
|
|
|
|
2015-07-21 15:01:19 +00:00
|
|
|
endmenu
|