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 (605B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2config VIDEO_OMAP3
      3	tristate "OMAP 3 Camera support"
      4	depends on V4L_PLATFORM_DRIVERS
      5	depends on VIDEO_DEV && I2C
      6	depends on (ARCH_OMAP3 && OMAP_IOMMU) || COMPILE_TEST
      7	depends on COMMON_CLK && OF
      8	select ARM_DMA_USE_IOMMU if OMAP_IOMMU
      9	select MEDIA_CONTROLLER
     10	select VIDEO_V4L2_SUBDEV_API
     11	select VIDEOBUF2_DMA_CONTIG
     12	select MFD_SYSCON
     13	select V4L2_FWNODE
     14	help
     15	  Driver for an OMAP 3 camera controller.
     16
     17config VIDEO_OMAP3_DEBUG
     18	bool "OMAP 3 Camera debug messages"
     19	depends on VIDEO_OMAP3
     20	help
     21	  Enable debug messages on OMAP 3 camera controller driver.