mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
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 <bartosz.golaszewski@oss.qualcomm.com>
This commit is contained in:
parent
25afa211ae
commit
b8840c4f64
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user