mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 01:54:09 +08:00
859969b38e
Switch users of the v4l2_of_ APIs to the more generic v4l2_fwnode_ APIs. Async OF matching is replaced by fwnode matching and OF matching support is removed. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Benoit Parrot <bparrot@ti.com> # i2c/ov2569.c, am437x/am437x-vpfe.c and ti-vpe/cal.c Tested-by: Hans Verkuil <hans.verkuil@cisco.com> # Atmel sama5d3 board + ov2640 sensor Tested-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
config VIDEO_SMIAPP
|
|
tristate "SMIA++/SMIA sensor support"
|
|
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAVE_CLK
|
|
depends on MEDIA_CAMERA_SUPPORT
|
|
select VIDEO_SMIAPP_PLL
|
|
select V4L2_FWNODE
|
|
---help---
|
|
This is a generic driver for SMIA++/SMIA camera modules.
|