On 21/04/2022 15:14, Robert Foss wrote:
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]>
---
  drivers/gpu/drm/bridge/Kconfig | 1 +
  1 file changed, 1 insertion(+)

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

Reviewed-by: Neil Armstrong <[email protected]>

Reply via email to