Directory | Files | |
---|---|---|
.. | 2 | |
File | Size | |
Kconfig | 494 B | |
Makefile | 191 B | |
camif-capture.c | 43 kB | |
camif-core.c | 15 kB | |
camif-core.h | 11 kB | |
camif-regs.c | 17 kB | |
camif-regs.h | 11 kB | |
s3c-camif.mod.c | 0 B |
# SPDX-License-Identifier: GPL-2.0-only config VIDEO_S3C_CAMIF tristate "Samsung 3C64XX SoC Camera Interface driver" depends on V4L_PLATFORM_DRIVERS depends on VIDEO_DEV && I2C && PM depends on ARCH_S3C64XX || COMPILE_TEST select MEDIA_CONTROLLER select VIDEO_V4L2_SUBDEV_API select VIDEOBUF2_DMA_CONTIG help This is a v4l2 driver for s3c64xx SoC series camera host interface (CAMIF). To compile this driver as a module, choose M here: the module will be called s3c-camif.