From: Bartosz Golaszewski Date: Wed, 6 May 2026 08:22:11 +0000 (+0200) Subject: staging: media: max96712: drop unneeded dependency on OF_GPIO X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b8840c4f640e07562f15e5fc477ddaf1b2efb241;p=thirdparty%2Flinux.git staging: media: max96712: drop unneeded dependency on OF_GPIO OF_GPIO is selected automatically on all OF systems. Any symbols it controls also provide stubs and are private to GPIOLIB anyway so there's really no reason to select it explicitly. Link: https://patch.msgid.link/20260506082211.5624-1-bartosz.golaszewski@oss.qualcomm.com Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/staging/media/max96712/Kconfig b/drivers/staging/media/max96712/Kconfig index 117fadf81bd08..93a2d583e90dd 100644 --- a/drivers/staging/media/max96712/Kconfig +++ b/drivers/staging/media/max96712/Kconfig @@ -2,7 +2,6 @@ config VIDEO_MAX96712 tristate "Maxim MAX96712 Quad GMSL2 Deserializer support" depends on I2C - depends on OF_GPIO depends on VIDEO_DEV select V4L2_FWNODE select VIDEO_V4L2_SUBDEV_API