Skip to content

Commit 841e512

Browse files
Fabosuperna9999
authored andcommitted
drm/bridge: ite-it6505: add missing Kconfig option select
The IT6505 is using functions provided by the DRM_DP_HELPER driver. In order to avoid having the bridge enabled but the helper disabled, let's add a select in order to be sure that the DP helper functions are always available. Fixes: b5c84a9 ("drm/bridge: add it6505 driver") Signed-off-by: Fabien Parent <fparent@baylibre.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220426141536.274727-1-fparent@baylibre.com
1 parent aafa025 commit 841e512

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/bridge/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ config DRM_ITE_IT6505
7878
tristate "ITE IT6505 DisplayPort bridge"
7979
depends on OF
8080
select DRM_KMS_HELPER
81+
select DRM_DP_HELPER
8182
select EXTCON
8283
help
8384
ITE IT6505 DisplayPort bridge chip driver.

0 commit comments

Comments
 (0)