mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] drm/bridge: lt8713sx select CONFIG_CRC8
@ 2026-03-18 10:51 Arnd Bergmann
  2026-03-25  2:20 ` Dmitry Baryshkov
  2026-03-25  2:31 ` Dmitry Baryshkov
  0 siblings, 2 replies; 3+ messages in thread
From: Arnd Bergmann @ 2026-03-18 10:51 UTC (permalink / raw)
  To: Andrzej Hajda, Neil Armstrong, Robert Foss, Maarten Lankhorst,
	Maxime Ripard, Thomas Zimmermann, David Airlie, Simona Vetter,
	Dmitry Baryshkov, Vishnu Saini, Prahlad Valluru
  Cc: Arnd Bergmann, Laurent Pinchart, Jonas Karlman, Jernej Skrabec,
	Chen-Yu Tsai, Eric Biggers, dri-devel, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

CRC8 needs to be enabled for lt8713sx to build:

ld.lld-22: error: undefined symbol: crc8_populate_msb
>>> referenced by lontium-lt8713sx.c
>>>               drivers/gpu/drm/bridge/lontium-lt8713sx.o:(lt8713sx_probe) in archive vmlinux.a

Fixes: 4037c6adc1f9 ("drm/bridge: add support for lontium lt8713sx bridge driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 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 81e5f719e403..6ad71686ea96 100644
--- a/drivers/gpu/drm/bridge/Kconfig
+++ b/drivers/gpu/drm/bridge/Kconfig
@@ -195,6 +195,7 @@ config DRM_LONTIUM_LT9611UXC
 config DRM_LONTIUM_LT8713SX
 	tristate "Lontium LT8713SX DP MST bridge"
 	depends on OF
+	select CRC8
 	select REGMAP_I2C
 	help
 	  Driver for Lontium LT8713SX DP MST bridge
-- 
2.39.5


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-25  2:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-18 10:51 [PATCH] drm/bridge: lt8713sx select CONFIG_CRC8 Arnd Bergmann
2026-03-25  2:20 ` Dmitry Baryshkov
2026-03-25  2:31 ` Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®