File: Kconfig

package info (click to toggle)
linux 6.19.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,760,156 kB
  • sloc: ansic: 27,015,282; asm: 273,419; sh: 151,386; python: 81,301; makefile: 58,565; perl: 34,311; xml: 21,064; cpp: 5,986; yacc: 4,841; lex: 2,901; awk: 1,707; sed: 30; ruby: 25
file content (19 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config VIDEO_INTEL_IPU7
	tristate "Intel IPU7 driver"
	depends on ACPI || COMPILE_TEST
	depends on VIDEO_DEV
	depends on X86 && HAS_DMA
	depends on IPU_BRIDGE || !IPU_BRIDGE
	depends on PCI
	select AUXILIARY_BUS
	select IOMMU_IOVA
	select VIDEO_V4L2_SUBDEV_API
	select MEDIA_CONTROLLER
	select VIDEOBUF2_DMA_SG
	select V4L2_FWNODE
	help
	  This is the 7th Gen Intel Image Processing Unit, found in Intel SoCs
	  and used for capturing images and video from camera sensors.

	  To compile this driver, say Y here! It contains 2 modules -
	  intel_ipu7 and intel_ipu7_isys.