kprobes/x86: Fix the description of __copy_instruction()
[linux/fpc-iii.git] / drivers / media / v4l2-core / Kconfig
blob6b1b78ff1417c33bb187429de9b5740e97a4736c
2 # Generic video config states
5 # Enable the V4L2 core and API
6 config VIDEO_V4L2
7         tristate
8         depends on (I2C || I2C=n) && VIDEO_DEV
9         select RATIONAL
10         default (I2C || I2C=n) && VIDEO_DEV
12 config VIDEO_ADV_DEBUG
13         bool "Enable advanced debug functionality on V4L2 drivers"
14         default n
15         ---help---
16           Say Y here to enable advanced debugging functionality on some
17           V4L devices.
18           In doubt, say N.
20 config VIDEO_FIXED_MINOR_RANGES
21         bool "Enable old-style fixed minor ranges on drivers/video devices"
22         default n
23         ---help---
24           Say Y here to enable the old-style fixed-range minor assignments.
25           Only useful if you rely on the old behavior and use mknod instead of udev.
27           When in doubt, say N.
29 config VIDEO_PCI_SKELETON
30         tristate "Skeleton PCI V4L2 driver"
31         depends on PCI
32         depends on VIDEO_V4L2 && VIDEOBUF2_CORE
33         depends on VIDEOBUF2_MEMOPS && VIDEOBUF2_DMA_CONTIG
34         ---help---
35           Enable build of the skeleton PCI driver, used as a reference
36           when developing new drivers.
38 # Used by drivers that need tuner.ko
39 config VIDEO_TUNER
40         tristate
42 # Used by drivers that need v4l2-mem2mem.ko
43 config V4L2_MEM2MEM_DEV
44         tristate
45         depends on VIDEOBUF2_CORE
47 # Used by LED subsystem flash drivers
48 config V4L2_FLASH_LED_CLASS
49         tristate "V4L2 flash API for LED flash class devices"
50         depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
51         depends on LEDS_CLASS_FLASH
52         ---help---
53           Say Y here to enable V4L2 flash API support for LED flash
54           class drivers.
56           When in doubt, say N.
58 # Used by drivers that need Videobuf modules
59 config VIDEOBUF_GEN
60         tristate
62 config VIDEOBUF_DMA_SG
63         tristate
64         depends on HAS_DMA
65         select VIDEOBUF_GEN
67 config VIDEOBUF_VMALLOC
68         tristate
69         select VIDEOBUF_GEN
71 config VIDEOBUF_DMA_CONTIG
72         tristate
73         depends on HAS_DMA
74         select VIDEOBUF_GEN
76 config VIDEOBUF_DVB
77         tristate
78         select VIDEOBUF_GEN
80 # Used by drivers that need Videobuf2 modules
81 config VIDEOBUF2_CORE
82         select DMA_SHARED_BUFFER
83         tristate
85 config VIDEOBUF2_MEMOPS
86         tristate
87         select FRAME_VECTOR
89 config VIDEOBUF2_DMA_CONTIG
90         tristate
91         depends on HAS_DMA
92         select VIDEOBUF2_CORE
93         select VIDEOBUF2_MEMOPS
94         select DMA_SHARED_BUFFER
96 config VIDEOBUF2_VMALLOC
97         tristate
98         select VIDEOBUF2_CORE
99         select VIDEOBUF2_MEMOPS
100         select DMA_SHARED_BUFFER
102 config VIDEOBUF2_DMA_SG
103         tristate
104         depends on HAS_DMA
105         select VIDEOBUF2_CORE
106         select VIDEOBUF2_MEMOPS
108 config VIDEOBUF2_DVB
109         tristate
110         select VIDEOBUF2_CORE