summaryrefslogtreecommitdiff
path: root/drivers/media/video/tegra/Kconfig
diff options
context:
space:
mode:
authorRebecca Schultz Zavin <rebecca@android.com>2010-11-01 15:39:10 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-21 22:12:22 -0700
commit7d7e5a2e5881729b57611c941f5ff7ad3b656c0e (patch)
tree383f7e40342a05e919b74536ebf02b75c97d7300 /drivers/media/video/tegra/Kconfig
parent157072f24f0601c05fc0ff7a3181c5742de42ff4 (diff)
media: video: tegra: add basic camera/isp support
The tegra_camera device includes all clock and regulator functionality needed to support camera on tegra. Change-Id: I281f1cb5f360276af832309e35dbe17c98b62bb3 Signed-off-by: Dima Zavin <dima@android.com> Rebase-Id: Rb20ede91ac064bfd448ce0a76ba1c08c84b1957a
Diffstat (limited to 'drivers/media/video/tegra/Kconfig')
-rw-r--r--drivers/media/video/tegra/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/video/tegra/Kconfig b/drivers/media/video/tegra/Kconfig
new file mode 100644
index 000000000000..86c6aa2c466b
--- /dev/null
+++ b/drivers/media/video/tegra/Kconfig
@@ -0,0 +1,8 @@
+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