mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] media: i2c: it6625: select CONFIG_HDMI
@ 2026-09-16  8:35 Arnd Bergmann
  0 siblings, 0 replies; only message in thread
From: Arnd Bergmann @ 2026-09-16  8:35 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Hermes Wu, Hans Verkuil
  Cc: Arnd Bergmann, Sakari Ailus, Tarang Raval, Hans de Goede,
	Vladimir Zapolskiy, Elgin Perumbilly, Kate Hsuan, Xiaolei Wang,
	Walter Werner Schneider, Bartosz Golaszewski,
	Yemike Abhilash Chandra, linux-media, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

Without HDMI support, the driver fails to link:

arm-linux-gnueabi-ld: drivers/media/i2c/it6625.o: in function `it6625_show_avi_infoframe':
it6625.c:(.text.it6625_show_avi_infoframe+0x94): undefined reference to `hdmi_infoframe_unpack'

Select the option like the other similar drivers do.

Fixes: 142e5f00bd57 ("media: i2c: add driver for ITE IT6625/IT6626")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/media/i2c/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
index 3370b66ab4ee..4d9946479160 100644
--- a/drivers/media/i2c/Kconfig
+++ b/drivers/media/i2c/Kconfig
@@ -1327,6 +1327,7 @@ config VIDEO_IT6625
 	depends on VIDEO_DEV && I2C
 	depends on OF
 	select CEC_CORE
+	select HDMI
 	select MEDIA_CONTROLLER
 	select REGMAP_I2C
 	select V4L2_FWNODE
-- 
2.53.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-16  8:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-16  8:35 [PATCH] media: i2c: it6625: select CONFIG_HDMI Arnd Bergmann

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®