14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
config VIDEO_RK_CIF_ISP10
|
||
|
tristate "Rockchip cif isp10 camera sensors"
|
||
|
depends on VIDEO_V4L2 && I2C
|
||
|
select VIDEOBUF2_CORE
|
||
|
select VIDEOBUF_GEN
|
||
|
select VIDEOBUF2_DMA_SG
|
||
|
select VIDEOBUF2_VMALLOC
|
||
|
default n
|
||
|
|
||
|
help
|
||
|
Say Y here to enable selecting the
|
||
|
rockchip cif isp10 camera sensors
|