-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathKconfig
executable file
·110 lines (96 loc) · 2.83 KB
/
Kconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
config CSI_DEV_SEL
tristate
config CSI0_SUN4I
tristate "CSI0 v4l2 driver for sun4i"
default m
depends on CSI_DEV_SEL&&I2C && VIDEO_DEV && VIDEO_V4L2
select VIDEOBUF_DMA_CONTIG
config CSI1_SUN4I
tristate "CSI1 v4l2 driver for sun4i"
default m
depends on CSI_DEV_SEL&&I2C && VIDEO_DEV && VIDEO_V4L2
select VIDEOBUF2_DMA_CONTIG
config CSI_OV7670
tristate "OmniVision OV7670 sensor support"
depends on I2C && VIDEO_V4L2
select CSI_DEV_SEL
---help---
This is a Video4Linux2 sensor-level driver for the OmniVision
OV7670 VGA camera.
config CSI_GT2005
tristate "GalaxyCore GT2005 2M sensor support"
depends on I2C && VIDEO_V4L2
select CSI_DEV_SEL
---help---
This is a Video4Linux2 sensor-level driver for the GalaxyCore
GT2005 2M camera.
config CSI_GC0308
tristate "GalaxyCore GC0308 VGA sensor support"
depends on I2C && VIDEO_V4L2
select CSI_DEV_SEL
---help---
This is a Video4Linux2 sensor-level driver for the GalaxyCore
GC0308 VGA camera.
config CSI_HI704
tristate "HYNIX HI704 VGA sensor support"
depends on I2C && VIDEO_V4L2
select CSI_DEV_SEL
---help---
This is a Video4Linux2 sensor-level driver for the Hynix
HI704 VGA camera.
config CSI_SP0838
tristate "Superpix SP0838 VGA sensor support"
depends on I2C && VIDEO_V4L2
select CSI_DEV_SEL
---help---
This is a Video4Linux2 sensor-level driver for the Superpix
SP0838 VGA camera.
config CSI_MT9M112
tristate "Micron MT9M112 UXGA sensor support"
depends on I2C && VIDEO_V4L2
select CSI_DEV_SEL
---help---
This is a Video4Linux2 sensor-level driver for the Micron
MT9M112 UXGA camera.
config CSI_MT9M113
tristate "Micron MT9M113 SXGA sensor support"
depends on I2C && VIDEO_V4L2
select CSI_DEV_SEL
---help---
This is a Video4Linux2 sensor-level driver for the Micron
MT9M113 SXGA camera.
config CSI_OV2655
tristate "OmniVision OV2655 UXGA sensor support"
depends on I2C && VIDEO_V4L2
select CSI_DEV_SEL
---help---
This is a Video4Linux2 sensor-level driver for the MOmniVision
OV2655 UXGA camera.
config CSI_HI253
tristate "Hynix HI253 UXGA sensor support"
depends on I2C && VIDEO_V4L2
select CSI_DEV_SEL
---help---
This is a Video4Linux2 sensor-level driver for the Hynix
HI253 UXGA camera.
config CSI_MT9D112
tristate "Micron MT9D112 UXGA sensor support"
depends on I2C && VIDEO_V4L2
select CSI_DEV_SEL
---help---
This is a Video4Linux2 sensor-level driver for the Micron
MT9D112 UXGA camera.
config CSI_GC0307
tristate "GalaxyCore GC0307 VGA sensor support"
depends on I2C && VIDEO_V4L2
select CSI_DEV_SEL
---help---
This is a Video4Linux2 sensor-level driver for the GalaxyCore
GC0307 VGA camera.
config CSI_OV5640
tristate "OmniVision OV5640 5M sensor support"
depends on I2C && VIDEO_V4L2
select CSI_DEV_SEL
---help---
This is a Video4Linux2 sensor-level driver for the OmniVision
OV5640 5M camera.