cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (531B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2config VIDEO_S3C_CAMIF
      3	tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
      4	depends on V4L_PLATFORM_DRIVERS
      5	depends on VIDEO_DEV && I2C && PM
      6	depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST
      7	select MEDIA_CONTROLLER
      8	select VIDEO_V4L2_SUBDEV_API
      9	select VIDEOBUF2_DMA_CONTIG
     10	help
     11	  This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
     12	  host interface (CAMIF).
     13
     14	  To compile this driver as a module, choose M here: the module
     15	  will be called s3c-camif.