mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 23:14:31 +08:00
91478b772f
Select V4L2_CCI_I2C Kconfig option which the CCS driver now depends on.
Fixes: 529322112a
("media: ccs: Use V4L2 CCI for accessing sensor registers")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312060941.CYiHppAp-lkp@intel.com/
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
10 lines
262 B
Plaintext
10 lines
262 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config VIDEO_CCS
|
|
tristate "MIPI CCS/SMIA++/SMIA sensor support"
|
|
depends on HAVE_CLK
|
|
select V4L2_CCI_I2C
|
|
select VIDEO_CCS_PLL
|
|
help
|
|
This is a generic driver for MIPI CCS, SMIA++ and SMIA compliant
|
|
camera sensors.
|