blob: b590e678052dc1c34fa635487a5da744d6aaa2dd [file] [log] [blame]
Thierry Redinga33ee952015-07-21 17:01:19 +02001config DRM_BRIDGE
2 def_bool y
3 depends on DRM
4 help
5 Bridge registration and lookup framework.
6
7menu "Display Interface Bridges"
8 depends on DRM && DRM_BRIDGE
9
Enric Balletbo i Serra0647e7d2016-05-02 09:54:26 +020010config DRM_ANALOGIX_ANX78XX
11 tristate "Analogix ANX78XX bridge"
12 select DRM_KMS_HELPER
13 select REGMAP_I2C
14 ---help---
15 ANX78XX is an ultra-low Full-HD SlimPort transmitter
16 designed for portable devices. The ANX78XX transforms
17 the HDMI output of an application processor to MyDP
18 or DisplayPort.
19
Andy Yanb21f4b62014-12-05 14:26:31 +080020config DRM_DW_HDMI
21 tristate
Andy Yanb21f4b62014-12-05 14:26:31 +080022 select DRM_KMS_HELPER
Ajay Kumar6a1688a2015-01-20 22:08:45 +053023
Russell King7ed6c662013-11-07 16:01:45 +000024config DRM_DW_HDMI_AHB_AUDIO
25 tristate "Synopsis Designware AHB Audio interface"
26 depends on DRM_DW_HDMI && SND
27 select SND_PCM
Russell Kingf5ce4052013-11-07 16:06:01 +000028 select SND_PCM_ELD
Russell King7ed6c662013-11-07 16:01:45 +000029 select SND_PCM_IEC958
30 help
31 Support the AHB Audio interface which is part of the Synopsis
32 Designware HDMI block. This is used in conjunction with
33 the i.MX6 HDMI driver.
34
Thierry Reding330b48b2015-04-14 15:39:51 +020035config DRM_NXP_PTN3460
36 tristate "NXP PTN3460 DP/LVDS bridge"
Ajay Kumar6a1688a2015-01-20 22:08:45 +053037 depends on OF
38 select DRM_KMS_HELPER
Ajay Kumar5bbb9a22015-01-20 22:08:47 +053039 select DRM_PANEL
Ajay Kumar6a1688a2015-01-20 22:08:45 +053040 ---help---
Thierry Reding330b48b2015-04-14 15:39:51 +020041 NXP PTN3460 eDP-LVDS bridge chip driver.
Vincent Palatinb2ea8772015-01-20 22:08:53 +053042
Thierry Reding330b48b2015-04-14 15:39:51 +020043config DRM_PARADE_PS8622
Vincent Palatinb2ea8772015-01-20 22:08:53 +053044 tristate "Parade eDP/LVDS bridge"
Vincent Palatinb2ea8772015-01-20 22:08:53 +053045 depends on OF
46 select DRM_PANEL
47 select DRM_KMS_HELPER
48 select BACKLIGHT_LCD_SUPPORT
49 select BACKLIGHT_CLASS_DEVICE
50 ---help---
Thierry Reding330b48b2015-04-14 15:39:51 +020051 Parade eDP-LVDS bridge chip driver.
Thierry Redinga33ee952015-07-21 17:01:19 +020052
Boris Brezillon675605c2015-12-31 18:21:21 +010053config DRM_SII902X
54 tristate "Silicon Image sii902x RGB/HDMI bridge"
55 depends on OF
56 select DRM_KMS_HELPER
57 select REGMAP_I2C
58 ---help---
59 Silicon Image sii902x bridge chip driver.
60
Andrey Gusakov7caff0f2016-07-13 13:19:59 +053061config DRM_TOSHIBA_TC358767
62 tristate "Toshiba TC358767 eDP bridge"
63 depends on OF
64 select DRM_KMS_HELPER
65 select REGMAP_I2C
66 select DRM_PANEL
67 ---help---
68 Toshiba TC358767 eDP bridge chip driver.
69
Yakir Yang3424e3a2016-03-29 09:57:03 +080070source "drivers/gpu/drm/bridge/analogix/Kconfig"
71
Archit Tanejac5827782016-06-17 13:30:35 +053072source "drivers/gpu/drm/bridge/adv7511/Kconfig"
73
Thierry Redinga33ee952015-07-21 17:01:19 +020074endmenu