]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jul 2021 14:59:44 +0000 (16:59 +0200)
commita5ac633608a8eb5615c4cd6606095a2f546cd97d
tree3aabac42f4bf19e202a0064911bd2f2d4c1cdf0f
parentb3f7be48475c3b15da452da7f219d7b15ddd7a0d
drm/bridge/sii8620: fix dependency on extcon

[ Upstream commit 08319adbdde15ef7cee1970336f63461254baa2a ]

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: 688838442147 ("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
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/bridge/Kconfig