]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/gpu/drm/bridge/Kconfig
Merge tag 'fbdev-v4.13-rc5' of git://github.com/bzolnier/linux
[karo-tx-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 config DRM_PANEL_BRIDGE
8         def_bool y
9         depends on DRM_BRIDGE
10         depends on DRM_KMS_HELPER
11         select DRM_PANEL
12         help
13           DRM bridge wrapper of DRM panels
14
15 menu "Display Interface Bridges"
16         depends on DRM && DRM_BRIDGE
17
18 config DRM_ANALOGIX_ANX78XX
19         tristate "Analogix ANX78XX bridge"
20         select DRM_KMS_HELPER
21         select REGMAP_I2C
22         ---help---
23           ANX78XX is an ultra-low Full-HD SlimPort transmitter
24           designed for portable devices. The ANX78XX transforms
25           the HDMI output of an application processor to MyDP
26           or DisplayPort.
27
28 config DRM_DUMB_VGA_DAC
29         tristate "Dumb VGA DAC Bridge support"
30         depends on OF
31         select DRM_KMS_HELPER
32         help
33           Support for RGB to VGA DAC based bridges
34
35 config DRM_LVDS_ENCODER
36         tristate "Transparent parallel to LVDS encoder support"
37         depends on OF
38         select DRM_PANEL_BRIDGE
39         help
40           Support for transparent parallel to LVDS encoders that don't require
41           any configuration.
42
43 config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW
44         tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
45         depends on OF
46         select DRM_KMS_HELPER
47         select DRM_PANEL
48         ---help---
49           This is a driver for the display bridges of
50           GE B850v3 that convert dual channel LVDS
51           to DP++. This is used with the i.MX6 imx-ldb
52           driver. You are likely to say N here.
53
54 config DRM_NXP_PTN3460
55         tristate "NXP PTN3460 DP/LVDS bridge"
56         depends on OF
57         select DRM_KMS_HELPER
58         select DRM_PANEL
59         ---help---
60           NXP PTN3460 eDP-LVDS bridge chip driver.
61
62 config DRM_PARADE_PS8622
63         tristate "Parade eDP/LVDS bridge"
64         depends on OF
65         select DRM_PANEL
66         select DRM_KMS_HELPER
67         select BACKLIGHT_LCD_SUPPORT
68         select BACKLIGHT_CLASS_DEVICE
69         ---help---
70           Parade eDP-LVDS bridge chip driver.
71
72 config DRM_SIL_SII8620
73         tristate "Silicon Image SII8620 HDMI/MHL bridge"
74         depends on OF
75         select DRM_KMS_HELPER
76         help
77           Silicon Image SII8620 HDMI/MHL bridge chip driver.
78
79 config DRM_SII902X
80         tristate "Silicon Image sii902x RGB/HDMI bridge"
81         depends on OF
82         select DRM_KMS_HELPER
83         select REGMAP_I2C
84         ---help---
85           Silicon Image sii902x bridge chip driver.
86
87 config DRM_TOSHIBA_TC358767
88         tristate "Toshiba TC358767 eDP bridge"
89         depends on OF
90         select DRM_KMS_HELPER
91         select REGMAP_I2C
92         select DRM_PANEL
93         ---help---
94           Toshiba TC358767 eDP bridge chip driver.
95
96 config DRM_TI_TFP410
97         tristate "TI TFP410 DVI/HDMI bridge"
98         depends on OF
99         select DRM_KMS_HELPER
100         ---help---
101           Texas Instruments TFP410 DVI/HDMI Transmitter driver
102
103 source "drivers/gpu/drm/bridge/analogix/Kconfig"
104
105 source "drivers/gpu/drm/bridge/adv7511/Kconfig"
106
107 source "drivers/gpu/drm/bridge/synopsys/Kconfig"
108
109 endmenu