brintos

brintos / linux-shallow public Read only

0
0
Text · 494 B · f359f63 Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_S3C_CAMIF3	tristate "Samsung 3C64XX SoC Camera Interface driver"4	depends on V4L_PLATFORM_DRIVERS5	depends on VIDEO_DEV && I2C && PM6	depends on ARCH_S3C64XX || COMPILE_TEST7	select MEDIA_CONTROLLER8	select VIDEO_V4L2_SUBDEV_API9	select VIDEOBUF2_DMA_CONTIG10	help11	  This is a v4l2 driver for s3c64xx SoC series camera host interface12	  (CAMIF).13 14	  To compile this driver as a module, choose M here: the module15	  will be called s3c-camif.16