Commit fea074e9 authored by Kory Maincent's avatar Kory Maincent Committed by Laurent Pinchart
Browse files

media: i2c: Kconfig: Fix missing firmware upload config select



FW_LOADER config only selects the firmware loader API, but we also need
the sysfs_upload symbols for firmware_upload_unregister() and
firmware_upload_register() to function properly.

Fixes: 7a52ab41 ("media: i2c: Add driver for THine THP7312")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarKory Maincent <kory.maincent@bootlin.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: default avatarPaul Elder <paul.elder@ideasonboard.com>
Link: https://lore.kernel.org/r/20240620102544.1918105-1-kory.maincent@bootlin.com


Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
parent 57e9ce68
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -710,6 +710,7 @@ config VIDEO_THP7312
	tristate "THine THP7312 support"
	depends on I2C
	select FW_LOADER
	select FW_UPLOAD
	select MEDIA_CONTROLLER
	select V4L2_CCI_I2C
	select V4L2_FWNODE