Skip to content

Commit 81f85db

Browse files
geertumripard
authored andcommitted
Revert "drm: fix DRM_DISPLAY_DP_HELPER dependencies, part 2"
This reverts commit a57e191, as the commits it fixes will be reverted, too. Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/37216404c77b4c677d3b3a80d12d6d4447a3f3a0.1713780345.git.geert+renesas@glider.be Signed-off-by: Maxime Ripard <[email protected]>
1 parent be2d3e9 commit 81f85db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/gpu/drm/bridge/analogix/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ config DRM_ANALOGIX_ANX78XX
2828

2929
config DRM_ANALOGIX_DP
3030
tristate
31-
depends on DRM_DISPLAY_HELPER
31+
depends on DRM
3232

3333
config DRM_ANALOGIX_ANX7625
3434
tristate "Analogix Anx7625 MIPI to DP interface support"

drivers/gpu/drm/rockchip/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ config ROCKCHIP_VOP2
3636
config ROCKCHIP_ANALOGIX_DP
3737
bool "Rockchip specific extensions for Analogix DP driver"
3838
depends on DRM_DISPLAY_DP_HELPER
39-
depends on DRM_DISPLAY_HELPER=y || (DRM_DISPLAY_HELPER=m && DRM_ROCKCHIP=m)
39+
depends on DRM_DISPLAY_HELPER
4040
depends on ROCKCHIP_VOP
4141
help
4242
This selects support for Rockchip SoC specific extensions

0 commit comments

Comments
 (0)