]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: i2c: Kconfig: Fix missing firmware upload config select
authorKory Maincent <kory.maincent@bootlin.com>
Thu, 20 Jun 2024 10:25:43 +0000 (12:25 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 26 Jun 2024 06:14:02 +0000 (09:14 +0300)
commitfea074e97886b7ee2fe04a17bd60fd41723da1b7
tree546ded71b8e75410baa4edf515c2888c96117536
parent57e9ce68ae98551da9c161aaab12b41fe8601856
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: 7a52ab415b43 ("media: i2c: Add driver for THine THP7312")
Cc: stable@vger.kernel.org
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Link: https://lore.kernel.org/r/20240620102544.1918105-1-kory.maincent@bootlin.com
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/media/i2c/Kconfig