diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/media/video/tegra/Kconfig | |
parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) |
Diffstat (limited to 'drivers/media/video/tegra/Kconfig')
-rw-r--r-- | drivers/media/video/tegra/Kconfig | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/drivers/media/video/tegra/Kconfig b/drivers/media/video/tegra/Kconfig new file mode 100644 index 00000000000..404d771a717 --- /dev/null +++ b/drivers/media/video/tegra/Kconfig | |||
@@ -0,0 +1,90 @@ | |||
1 | source "drivers/media/video/tegra/avp/Kconfig" | ||
2 | source "drivers/media/video/tegra/mediaserver/Kconfig" | ||
3 | source "drivers/media/video/tegra/nvavp/Kconfig" | ||
4 | |||
5 | config TEGRA_CAMERA | ||
6 | bool "Enable support for tegra camera/isp hardware" | ||
7 | depends on ARCH_TEGRA | ||
8 | default y | ||
9 | help | ||
10 | Enables support for the Tegra camera interface | ||
11 | |||
12 | If unsure, say Y | ||
13 | |||
14 | config TEGRA_DTV | ||
15 | bool "Enable support for tegra dtv interface" | ||
16 | depends on ARCH_TEGRA | ||
17 | default y | ||
18 | help | ||
19 | Enables support for the Tegra dtv interface | ||
20 | |||
21 | If unsure, say Y | ||
22 | |||
23 | config VIDEO_OV5650 | ||
24 | tristate "OV5650 camera sensor support" | ||
25 | depends on I2C && ARCH_TEGRA | ||
26 | ---help--- | ||
27 | This is a driver for the Omnivision OV5650 5MP camera sensor | ||
28 | for use with the tegra isp. | ||
29 | |||
30 | config VIDEO_OV14810 | ||
31 | tristate "OV14810 camera sensor support" | ||
32 | depends on I2C && ARCH_TEGRA | ||
33 | ---help--- | ||
34 | This is a driver for the Omnivision OV14810 14MP camera sensor | ||
35 | for use with the tegra isp. | ||
36 | |||
37 | |||
38 | config VIDEO_OV9726 | ||
39 | tristate "OV9726 camera sensor support" | ||
40 | depends on I2C && ARCH_TEGRA | ||
41 | ---help--- | ||
42 | This is a driver for the Omnivision OV9726 camera sensor | ||
43 | for use with the tegra isp. | ||
44 | |||
45 | config VIDEO_OV2710 | ||
46 | tristate "OV2710 camera sensor support" | ||
47 | depends on I2C && ARCH_TEGRA | ||
48 | ---help--- | ||
49 | This is a driver for the Omnivision OV2710 camera sensor | ||
50 | for use with the tegra isp. | ||
51 | |||
52 | config VIDEO_AR0832 | ||
53 | tristate "AR0832 camera sensor support" | ||
54 | depends on I2C && ARCH_TEGRA | ||
55 | ---help--- | ||
56 | This is a driver for the AR0832 camera sensor | ||
57 | for use with the tegra isp. | ||
58 | |||
59 | config VIDEO_SOC380 | ||
60 | tristate "SOC380 camera sensor support" | ||
61 | depends on I2C && ARCH_TEGRA | ||
62 | ---help--- | ||
63 | This is a driver for the Semco soc380 camera sensor | ||
64 | for use with the tegra isp. | ||
65 | |||
66 | config TORCH_SSL3250A | ||
67 | tristate "SSL3250A flash/torch support" | ||
68 | depends on I2C && ARCH_TEGRA | ||
69 | ---help--- | ||
70 | This is a driver for the SSL3250A flash/torch camera device | ||
71 | |||
72 | config TORCH_TPS61050 | ||
73 | tristate "TPS61050 flash/torch support" | ||
74 | depends on I2C && ARCH_TEGRA | ||
75 | ---help--- | ||
76 | This is a driver for the TPS61050 flash/torch camera device | ||
77 | |||
78 | config VIDEO_SH532U | ||
79 | tristate "SH532U focuser support" | ||
80 | depends on I2C && ARCH_TEGRA | ||
81 | ---help--- | ||
82 | This is a driver for the SEMCO SH532U focuser | ||
83 | for use with the tegra isp. | ||
84 | |||
85 | config VIDEO_AD5820 | ||
86 | tristate "AD5820 focuser support" | ||
87 | depends on I2C && ARCH_TEGRA | ||
88 | ---help--- | ||
89 | This is a driver for the AD5820 focuser | ||
90 | for use with the tegra isp. | ||