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
55
66config DRM_IMX8MP_DW_HDMI_BRIDGE
77 tristate "Freescale i.MX8MP HDMI-TX bridge support"
8- depends on COMMON_CLK
9- depends on DRM_DW_HDMI
108 depends on OF
9+ depends on COMMON_CLK
10+ select DRM_DW_HDMI
1111 imply DRM_IMX8MP_HDMI_PVI
1212 imply PHY_FSL_SAMSUNG_HDMI_PHY
1313 help
Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ config DRM_IMX_LDB
3535
3636config DRM_IMX_HDMI
3737 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
4140 help
4241 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
2727
2828config DRM_INGENIC_DW_HDMI
2929 tristate "Ingenic specific support for Synopsys DW HDMI"
30- depends on DRM_DW_HDMI
3130 depends on MACH_JZ4780
31+ select DRM_DW_HDMI
3232 help
3333 Choose this option to enable Synopsys DesignWare HDMI based driver.
3434 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
1313
1414config DRM_MESON_DW_HDMI
1515 tristate "HDMI Synopsys Controller support for Amlogic Meson Display"
16- depends on DRM_DW_HDMI
1716 depends on DRM_MESON
1817 default y if DRM_MESON
18+ select DRM_DW_HDMI
1919 imply DRM_DW_HDMI_I2S_AUDIO
2020
2121config DRM_MESON_DW_MIPI_DSI
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ config DRM_RCAR_CMM
2525config DRM_RCAR_DW_HDMI
2626 tristate "R-Car Gen3 and RZ/G2 DU HDMI Encoder Support"
2727 depends on DRM && OF
28- depends on DRM_DW_HDMI
2928 depends on DRM_RCAR_DU || COMPILE_TEST
29+ select DRM_DW_HDMI
3030 help
3131 Enable support for R-Car Gen3 or RZ/G2 internal HDMI encoder.
3232
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ config DRM_ROCKCHIP
77 select DRM_PANEL
88 select VIDEOMODE_HELPERS
99 select DRM_ANALOGIX_DP if ROCKCHIP_ANALOGIX_DP
10+ select DRM_DW_HDMI if ROCKCHIP_DW_HDMI
1011 select DRM_DW_MIPI_DSI if ROCKCHIP_DW_MIPI_DSI
1112 select GENERIC_PHY if ROCKCHIP_DW_MIPI_DSI
1213 select GENERIC_PHY_MIPI_DPHY if ROCKCHIP_DW_MIPI_DSI
@@ -56,7 +57,6 @@ config ROCKCHIP_CDN_DP
5657
5758config ROCKCHIP_DW_HDMI
5859 bool "Rockchip specific extensions for Synopsys DW HDMI"
59- depends on DRM_DW_HDMI
6060 help
6161 This selects support for Rockchip SoC specific extensions
6262 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
5757config DRM_SUN8I_DW_HDMI
5858 tristate "Support for Allwinner version of DesignWare HDMI"
5959 depends on DRM_SUN4I
60- depends on DRM_DW_HDMI
6160 default DRM_SUN4I
61+ select DRM_DW_HDMI
6262 help
6363 Choose this option if you have an Allwinner SoC with the
6464 DesignWare HDMI controller. SoCs that support HDMI and
You can’t perform that action at this time.
0 commit comments