File tree Expand file tree Collapse file tree 7 files changed +9
-10
lines changed Expand file tree Collapse file tree 7 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ config DRM_IMX_LDB_HELPER
5
5
6
6
config DRM_IMX8MP_DW_HDMI_BRIDGE
7
7
tristate "Freescale i.MX8MP HDMI-TX bridge support"
8
- depends on COMMON_CLK
9
- depends on DRM_DW_HDMI
10
8
depends on OF
9
+ depends on COMMON_CLK
10
+ select DRM_DW_HDMI
11
11
imply DRM_IMX8MP_HDMI_PVI
12
12
imply PHY_FSL_SAMSUNG_HDMI_PHY
13
13
help
Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ config DRM_IMX_LDB
35
35
36
36
config DRM_IMX_HDMI
37
37
tristate "Freescale i.MX DRM HDMI"
38
- depends on DRM_DW_HDMI
39
- depends on DRM_IMX
40
- depends on OF
38
+ select DRM_DW_HDMI
39
+ depends on DRM_IMX && OF
41
40
help
42
41
Choose this if you want to use HDMI on i.MX6.
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ config DRM_INGENIC_IPU
27
27
28
28
config DRM_INGENIC_DW_HDMI
29
29
tristate "Ingenic specific support for Synopsys DW HDMI"
30
- depends on DRM_DW_HDMI
31
30
depends on MACH_JZ4780
31
+ select DRM_DW_HDMI
32
32
help
33
33
Choose this option to enable Synopsys DesignWare HDMI based driver.
34
34
If you want to enable HDMI on Ingenic JZ4780 based SoC, you should
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ config DRM_MESON
13
13
14
14
config DRM_MESON_DW_HDMI
15
15
tristate "HDMI Synopsys Controller support for Amlogic Meson Display"
16
- depends on DRM_DW_HDMI
17
16
depends on DRM_MESON
18
17
default y if DRM_MESON
18
+ select DRM_DW_HDMI
19
19
imply DRM_DW_HDMI_I2S_AUDIO
20
20
21
21
config DRM_MESON_DW_MIPI_DSI
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ config DRM_RCAR_CMM
25
25
config DRM_RCAR_DW_HDMI
26
26
tristate "R-Car Gen3 and RZ/G2 DU HDMI Encoder Support"
27
27
depends on DRM && OF
28
- depends on DRM_DW_HDMI
29
28
depends on DRM_RCAR_DU || COMPILE_TEST
29
+ select DRM_DW_HDMI
30
30
help
31
31
Enable support for R-Car Gen3 or RZ/G2 internal HDMI encoder.
32
32
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ config DRM_ROCKCHIP
7
7
select DRM_PANEL
8
8
select VIDEOMODE_HELPERS
9
9
select DRM_ANALOGIX_DP if ROCKCHIP_ANALOGIX_DP
10
+ select DRM_DW_HDMI if ROCKCHIP_DW_HDMI
10
11
select DRM_DW_MIPI_DSI if ROCKCHIP_DW_MIPI_DSI
11
12
select GENERIC_PHY if ROCKCHIP_DW_MIPI_DSI
12
13
select GENERIC_PHY_MIPI_DPHY if ROCKCHIP_DW_MIPI_DSI
@@ -56,7 +57,6 @@ config ROCKCHIP_CDN_DP
56
57
57
58
config ROCKCHIP_DW_HDMI
58
59
bool "Rockchip specific extensions for Synopsys DW HDMI"
59
- depends on DRM_DW_HDMI
60
60
help
61
61
This selects support for Rockchip SoC specific extensions
62
62
for the Synopsys DesignWare HDMI driver. If you want to
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ config DRM_SUN6I_DSI
57
57
config DRM_SUN8I_DW_HDMI
58
58
tristate "Support for Allwinner version of DesignWare HDMI"
59
59
depends on DRM_SUN4I
60
- depends on DRM_DW_HDMI
61
60
default DRM_SUN4I
61
+ select DRM_DW_HDMI
62
62
help
63
63
Choose this option if you have an Allwinner SoC with the
64
64
DesignWare HDMI controller. SoCs that support HDMI and
You can’t perform that action at this time.
0 commit comments