Skip to content

Commit d738adc

Browse files
geertumripard
authored andcommitted
Revert "drm: fix DRM_DISPLAY_DP_HELPER dependencies"
This reverts commit d1ef8fc, as the commit 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/df2876c72e82cbecfe8406fa058e8d3e895e4b93.1713780345.git.geert+renesas@glider.be Signed-off-by: Maxime Ripard <[email protected]>
1 parent 759d026 commit d738adc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/gpu/drm/exynos/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ config DRM_EXYNOS_DP
6868
bool "Exynos specific extensions for Analogix DP driver"
6969
depends on DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON
7070
depends on DRM_DISPLAY_DP_HELPER
71-
depends on DRM_DISPLAY_HELPER=y || (DRM_DISPLAY_HELPER=m && DRM_EXYNOS=m)
71+
depends on DRM_DISPLAY_HELPER
7272
select DRM_ANALOGIX_DP
7373
default DRM_EXYNOS
7474
select DRM_PANEL

drivers/gpu/drm/rockchip/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ config ROCKCHIP_ANALOGIX_DP
4646
config ROCKCHIP_CDN_DP
4747
bool "Rockchip cdn DP"
4848
depends on DRM_DISPLAY_DP_HELPER
49-
depends on DRM_DISPLAY_HELPER=y || (DRM_DISPLAY_HELPER=m && DRM_ROCKCHIP=m)
49+
depends on DRM_DISPLAY_HELPER
5050
depends on EXTCON=y || (EXTCON=m && DRM_ROCKCHIP=m)
5151
help
5252
This selects support for Rockchip SoC specific extensions

0 commit comments

Comments
 (0)