blob: 404d771a717eff6bcb6a4da1b3172ce31c7d9bec (
plain) (
blame)
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
|
source "drivers/media/video/tegra/avp/Kconfig"
source "drivers/media/video/tegra/mediaserver/Kconfig"
source "drivers/media/video/tegra/nvavp/Kconfig"
config TEGRA_CAMERA
bool "Enable support for tegra camera/isp hardware"
depends on ARCH_TEGRA
default y
help
Enables support for the Tegra camera interface
If unsure, say Y
config TEGRA_DTV
bool "Enable support for tegra dtv interface"
depends on ARCH_TEGRA
default y
help
Enables support for the Tegra dtv interface
If unsure, say Y
config VIDEO_OV5650
tristate "OV5650 camera sensor support"
depends on I2C && ARCH_TEGRA
---help---
This is a driver for the Omnivision OV5650 5MP camera sensor
for use with the tegra isp.
config VIDEO_OV14810
tristate "OV14810 camera sensor support"
depends on I2C && ARCH_TEGRA
---help---
This is a driver for the Omnivision OV14810 14MP camera sensor
for use with the tegra isp.
config VIDEO_OV9726
tristate "OV9726 camera sensor support"
depends on I2C && ARCH_TEGRA
---help---
This is a driver for the Omnivision OV9726 camera sensor
for use with the tegra isp.
config VIDEO_OV2710
tristate "OV2710 camera sensor support"
depends on I2C && ARCH_TEGRA
---help---
This is a driver for the Omnivision OV2710 camera sensor
for use with the tegra isp.
config VIDEO_AR0832
tristate "AR0832 camera sensor support"
depends on I2C && ARCH_TEGRA
---help---
This is a driver for the AR0832 camera sensor
for use with the tegra isp.
config VIDEO_SOC380
tristate "SOC380 camera sensor support"
depends on I2C && ARCH_TEGRA
---help---
This is a driver for the Semco soc380 camera sensor
for use with the tegra isp.
config TORCH_SSL3250A
tristate "SSL3250A flash/torch support"
depends on I2C && ARCH_TEGRA
---help---
This is a driver for the SSL3250A flash/torch camera device
config TORCH_TPS61050
tristate "TPS61050 flash/torch support"
depends on I2C && ARCH_TEGRA
---help---
This is a driver for the TPS61050 flash/torch camera device
config VIDEO_SH532U
tristate "SH532U focuser support"
depends on I2C && ARCH_TEGRA
---help---
This is a driver for the SEMCO SH532U focuser
for use with the tegra isp.
config VIDEO_AD5820
tristate "AD5820 focuser support"
depends on I2C && ARCH_TEGRA
---help---
This is a driver for the AD5820 focuser
for use with the tegra isp.
|