HID: Drop owner assignment from i2c_driver
[cascardo/linux.git] / drivers / gpu / drm / bridge / Kconfig
1 config DRM_BRIDGE
2         def_bool y
3         depends on DRM
4         help
5           Bridge registration and lookup framework.
6
7 menu "Display Interface Bridges"
8         depends on DRM && DRM_BRIDGE
9
10 config DRM_DW_HDMI
11         tristate
12         select DRM_KMS_HELPER
13
14 config DRM_NXP_PTN3460
15         tristate "NXP PTN3460 DP/LVDS bridge"
16         depends on OF
17         select DRM_KMS_HELPER
18         select DRM_PANEL
19         ---help---
20           NXP PTN3460 eDP-LVDS bridge chip driver.
21
22 config DRM_PARADE_PS8622
23         tristate "Parade eDP/LVDS bridge"
24         depends on OF
25         select DRM_PANEL
26         select DRM_KMS_HELPER
27         select BACKLIGHT_LCD_SUPPORT
28         select BACKLIGHT_CLASS_DEVICE
29         ---help---
30           Parade eDP-LVDS bridge chip driver.
31
32 endmenu