Skip to content

Commit

Permalink
drm/bridge: display-connector: Select DRM_KMS_HELPER
Browse files Browse the repository at this point in the history
Commit 7cd7065 ("drm/bridge: display-connector: implement
bus fmts callbacks") added use of drm_atomic_helper_bridge_*
functions, but didn't select the dependency of DRM_KMS_HELPER.
If nothing else selected that dependency it resulted in a
build failure.

Select the missing dependency.

Fixes: 7cd7065 ("drm/bridge: display-connector: implement bus fmts callbacks")
Signed-off-by: Dave Stevenson <[email protected]>
  • Loading branch information
6by9 authored and popcornmix committed Jan 2, 2025
1 parent 9cf4f7d commit af483a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/bridge/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ config DRM_CROS_EC_ANX7688
config DRM_DISPLAY_CONNECTOR
tristate "Display connector support"
depends on OF
select DRM_KMS_HELPER
help
Driver for display connectors with support for DDC and hot-plug
detection. Most display controllers handle display connectors
Expand Down

0 comments on commit af483a8

Please sign in to comment.