xref: /openbmc/linux/drivers/gpu/drm/bridge/Kconfig (revision 23c2b932)
1config 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
10config 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
20config DRM_DW_HDMI
21	tristate
22	select DRM_KMS_HELPER
23
24config DRM_DW_HDMI_AHB_AUDIO
25	tristate "Synopsis Designware AHB Audio interface"
26	depends on DRM_DW_HDMI && SND
27	select SND_PCM
28	select SND_PCM_ELD
29	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
35config DRM_NXP_PTN3460
36	tristate "NXP PTN3460 DP/LVDS bridge"
37	depends on OF
38	select DRM_KMS_HELPER
39	select DRM_PANEL
40	---help---
41	  NXP PTN3460 eDP-LVDS bridge chip driver.
42
43config DRM_PARADE_PS8622
44	tristate "Parade eDP/LVDS bridge"
45	depends on OF
46	select DRM_PANEL
47	select DRM_KMS_HELPER
48	select BACKLIGHT_LCD_SUPPORT
49	select BACKLIGHT_CLASS_DEVICE
50	---help---
51	  Parade eDP-LVDS bridge chip driver.
52
53source "drivers/gpu/drm/bridge/analogix/Kconfig"
54
55endmenu
56