We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2d3e9 commit 81f85dbCopy full SHA for 81f85db
drivers/gpu/drm/bridge/analogix/Kconfig
@@ -28,7 +28,7 @@ config DRM_ANALOGIX_ANX78XX
28
29
config DRM_ANALOGIX_DP
30
tristate
31
- depends on DRM_DISPLAY_HELPER
+ depends on DRM
32
33
config DRM_ANALOGIX_ANX7625
34
tristate "Analogix Anx7625 MIPI to DP interface support"
drivers/gpu/drm/rockchip/Kconfig
@@ -36,7 +36,7 @@ config ROCKCHIP_VOP2
36
config ROCKCHIP_ANALOGIX_DP
37
bool "Rockchip specific extensions for Analogix DP driver"
38
depends on DRM_DISPLAY_DP_HELPER
39
- depends on DRM_DISPLAY_HELPER=y || (DRM_DISPLAY_HELPER=m && DRM_ROCKCHIP=m)
+ depends on DRM_DISPLAY_HELPER
40
depends on ROCKCHIP_VOP
41
help
42
This selects support for Rockchip SoC specific extensions
0 commit comments