mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
As selecting V4L2_FWNODE, MEDIA_CONTROLLER and VIDEO_V4L2_SUBDEV_API are now selected by the top level menu, they can be dropped from the individual drivers. Also dropped selecting V4L2_ASYNC for a single driver as this is already implied by V4L2_FWNODE. Similarly, the I2C dependency is now also in the top level menu, so remove it, as well as VIDEO_DEV which isn't needed by camera sensor drivers. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config VIDEO_CCS
|
|
tristate "MIPI CCS/SMIA++/SMIA sensor support"
|
|
depends on HAVE_CLK
|
|
select VIDEO_CCS_PLL
|
|
help
|
|
This is a generic driver for MIPI CCS, SMIA++ and SMIA compliant
|
|
camera sensors.
|