9e05bbac43
MIPI CCS replaces SMIA and SMIA++ as the current standard. CCS brings new features while existing functionality will be supported. Rename the smiapp-pll as ccs-pll accordingly. Also add Intel copyright to the files. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
12 lines
337 B
Plaintext
12 lines
337 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config VIDEO_CCS
|
|
tristate "MIPI CCS/SMIA++/SMIA sensor support"
|
|
depends on I2C && VIDEO_V4L2 && HAVE_CLK
|
|
select MEDIA_CONTROLLER
|
|
select VIDEO_V4L2_SUBDEV_API
|
|
select VIDEO_CCS_PLL
|
|
select V4L2_FWNODE
|
|
help
|
|
This is a generic driver for MIPI CCS, SMIA++ and SMIA compliant
|
|
camera sensors.
|