Skip to content

Commit 7a10967

Browse files
Andrzej Hajdaatseanpaul
authored andcommitted
drm/bridge/sii8620: add Kconfig dependency on extcon
The driver can work with or without extcon framework, but if extcon is build as module, sii8620 should be build as module as well. Fixes: 6888384 ("drm/bridge/sii8620: use micro-USB cable detection logic to detect MHL") Reported-by: kbuild test robot <[email protected]> Signed-off-by: Andrzej Hajda <[email protected]> Reviewed-by: Chanwoo Choi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Sean Paul <[email protected]>
1 parent 47aaaec commit 7a10967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/bridge/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ config DRM_SIL_SII8620
7474
tristate "Silicon Image SII8620 HDMI/MHL bridge"
7575
depends on OF && RC_CORE
7676
select DRM_KMS_HELPER
77+
imply EXTCON
7778
help
7879
Silicon Image SII8620 HDMI/MHL bridge chip driver.
7980

0 commit comments

Comments
 (0)