diff options
author | Robert Foss <[email protected]> | 2022-04-21 15:14:15 +0200 |
---|---|---|
committer | Robert Foss <[email protected]> | 2022-04-22 15:50:19 +0200 |
commit | c5060b09f460fc83846d361018a124fcade1b9e9 (patch) | |
tree | 09beea04161bbcea3e96f143cb7cc293d3cc55e0 | |
parent | e41a2999f746e67f1230dd42930497d4e011eb9a (diff) |
drm/bridge: Fix it6505 Kconfig DRM_DP_AUX_BUS dependency
it6505 depends on DRM_DP_AUX_BUS, the kconfig for it6505 should
reflect this dependency using 'select'.
Fixes: b5c84a9edcd4 ("drm/bridge: add it6505 driver")
Reported-by: kernel test robot <[email protected]>
Suggested-by: Randy Dunlap <[email protected]>
Signed-off-by: Robert Foss <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/bridge/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/bridge/Kconfig b/drivers/gpu/drm/bridge/Kconfig index c08ccb4b332b..4cff9206045b 100644 --- a/drivers/gpu/drm/bridge/Kconfig +++ b/drivers/gpu/drm/bridge/Kconfig @@ -78,6 +78,7 @@ config DRM_DISPLAY_CONNECTOR config DRM_ITE_IT6505 tristate "ITE IT6505 DisplayPort bridge" depends on OF + select DRM_DP_AUX_BUS select DRM_DP_HELPER select DRM_KMS_HELPER select EXTCON |