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>2011-11-30 21:36:36 -0800
commit88de5c0e694312da2d4e598cecccfc7c3a6d2f6c (patch)
tree79c22a1a380639acec63c304b8f51991b597a753 /drivers/media/video/tegra/Kconfig
parent4bc49a0bd434ad6605bdddc2da7a5e7167ce19ca (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>
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