diff options
author | Bo Yan <byan@nvidia.com> | 2013-06-29 21:51:29 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 13:17:43 -0700 |
commit | 154540d9005a8b6ba09a9590e7ccc49f7b9fcb8c (patch) | |
tree | 7a266ee620c9b98fb5125818529926fc693cb83f | |
parent | 1803325f1585ab3b84a7324cdcf0f28ae4d6381c (diff) |
video: tegra: remove redundant kconfig
The drivers/media/video is gone in upstream. The tegra driver should
be moved to drivers/media/platform. For now, just remove redundant
kconfig in drivers/media/video, then modify kconfig in drivers/media
and drivers/media/platform to make kbuild happy. Another change is
needed to move tegra video driver to drivers/media/platform.
Bug 1327616
Change-Id: I648f346aa985c775aab4b4fc59f900b0d8db3875
Signed-off-by: Bo Yan <byan@nvidia.com>
(cherry picked from commit 6d4856dec13cfb97e9b6f2357250a13380125448)
Signed-off-by: Ajay Nandakumar <anandakumarm@nvidia.com>
Reviewed-on: http://git-master/r/250824
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com>
Tested-by: Dan Willemsen <dwillemsen@nvidia.com>
-rw-r--r-- | drivers/media/platform/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index a0227ca4cf65..05afbde4ce85 100644 --- a/drivers/media/platform/Kconfig +++ b/drivers/media/platform/Kconfig @@ -92,6 +92,13 @@ config VIDEO_M32R_AR_M64278 To compile this driver as a module, choose M here: the module will be called arv. +config VIDEO_TEGRA + tristate "Tegra soc_camera host driver" + depends on VIDEO_DEV && ARCH_TEGRA && SOC_CAMERA && HAS_DMA && HAVE_CLK + select VIDEOBUF2_DMA_NVMAP + ---help--- + This is a v4l2 driver for the Tegra camera interface + config VIDEO_OMAP2 tristate "OMAP2 Camera Capture Interface driver" depends on VIDEO_DEV && ARCH_OMAP2 && VIDEO_V4L2_INT_DEVICE |