]> git.baikalelectronics.ru Git - kernel.git/commit
drm/bridge/sii8620: fix dependency on extcon
authorRobert Foss <robert.foss@linaro.org>
Mon, 19 Apr 2021 09:01:24 +0000 (11:01 +0200)
committerRobert Foss <robert.foss@linaro.org>
Mon, 19 Apr 2021 18:04:30 +0000 (20:04 +0200)
commit77ee2eb9ccec30352f07464435ad63d8c9402386
tree9d041d2cf04ccfd1131034d0d2ba5d7ec567aadc
parent17715b9d3ecc0ad2ea087a6182f6598ec4722c7c
drm/bridge/sii8620: fix dependency on extcon

The DRM_SIL_SII8620 kconfig has a weak `imply` dependency
on EXTCON, which causes issues when sii8620 is built
as a builtin and EXTCON is built as a module.

The symptoms are 'undefined reference' errors caused
by the symbols in EXTCON not being available
to the sii8620 driver.

Fixes: 75689cc99e1a ("drm/bridge/sii8620: use micro-USB cable detection logic to detect MHL")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210419090124.153560-1-robert.foss@linaro.org
drivers/gpu/drm/bridge/Kconfig