xref: /openbmc/linux/drivers/gpu/drm/bridge/Kconfig (revision a8da474e)
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_DW_HDMI
11	tristate
12	select DRM_KMS_HELPER
13
14config DRM_DW_HDMI_AHB_AUDIO
15	tristate "Synopsis Designware AHB Audio interface"
16	depends on DRM_DW_HDMI && SND
17	select SND_PCM
18	select SND_PCM_ELD
19	select SND_PCM_IEC958
20	help
21	  Support the AHB Audio interface which is part of the Synopsis
22	  Designware HDMI block.  This is used in conjunction with
23	  the i.MX6 HDMI driver.
24
25
26config DRM_NXP_PTN3460
27	tristate "NXP PTN3460 DP/LVDS bridge"
28	depends on OF
29	select DRM_KMS_HELPER
30	select DRM_PANEL
31	---help---
32	  NXP PTN3460 eDP-LVDS bridge chip driver.
33
34config DRM_PARADE_PS8622
35	tristate "Parade eDP/LVDS bridge"
36	depends on OF
37	select DRM_PANEL
38	select DRM_KMS_HELPER
39	select BACKLIGHT_LCD_SUPPORT
40	select BACKLIGHT_CLASS_DEVICE
41	---help---
42	  Parade eDP-LVDS bridge chip driver.
43
44endmenu
45