All of lore.kernel.org
 help / color / mirror / Atom feed
* OV5693 Kconfig missing a select VIDEO_V4L2_SUBDEV_API ?
@ 2023-06-14 15:47 Hans de Goede
  2023-06-14 16:04 ` Hans de Goede
  2023-06-14 16:05 ` sakari.ailus
  0 siblings, 2 replies; 10+ messages in thread
From: Hans de Goede @ 2023-06-14 15:47 UTC (permalink / raw)
  To: Dan Scally, Linux Media Mailing List,
	sakari.ailus@linux.intel.com

Hi All,

The ov5693 driver uses v4l2_subdev_get_try_crop() /
v4l2_subdev_get_try_format() both of which are
only defined if CONFIG_VIDEO_V4L2_SUBDEV_API=y .

Yet it does not do select VIDEO_V4L2_SUBDEV_API
in its Kconfig bits ?

Note I've not seen any build errors because of this,
I guess we somehow end up getting away with this...

But still I think the select should be added ?

Regards,

Hans



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-06-15 11:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-14 15:47 OV5693 Kconfig missing a select VIDEO_V4L2_SUBDEV_API ? Hans de Goede
2023-06-14 16:04 ` Hans de Goede
2023-06-14 16:05 ` sakari.ailus
2023-06-14 16:50   ` Hans de Goede
2023-06-14 20:30     ` sakari.ailus
2023-06-14 21:22       ` Laurent Pinchart
2023-06-14 21:23         ` Laurent Pinchart
2023-06-15  8:22           ` sakari.ailus
2023-06-15  9:13             ` Laurent Pinchart
2023-06-15 11:31               ` sakari.ailus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.