media: i2c: ov5695: Fix randbuild error
authorYueHaibing <yuehaibing@huawei.com>
Sun, 6 Oct 2019 07:38:38 +0000 (04:38 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 24 Oct 2019 21:45:25 +0000 (18:45 -0300)
commitc31e2febdeb2a58cfb1e37c73d411c8c3d75a72b
tree626d6ba07b56380f4cdafdbe50c7436a107c5380
parentb8bf73136bae83ec5fef89a8df87619d61ccd3eb
media: i2c: ov5695: Fix randbuild error

If VIDEO_OV5695 is y and V4L2_FWNODE is m, building fails:

drivers/media/i2c/ov5695.o: In function `ov5695_probe':
ov5695.c:(.text+0xf4c): undefined reference to `v4l2_async_register_subdev_sensor_common'

Select V4L2_FWNODE like OV5675 does.

Fixes: 623df5d710fe ("media: i2c: ov5695: Modify the function of async register subdev related devices")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/i2c/Kconfig