diff options
Diffstat (limited to 'drivers/media/video/tegra/Kconfig')
-rw-r--r-- | drivers/media/video/tegra/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/media/video/tegra/Kconfig b/drivers/media/video/tegra/Kconfig index 404d771a717e..5099fe12c3e2 100644 --- a/drivers/media/video/tegra/Kconfig +++ b/drivers/media/video/tegra/Kconfig @@ -27,6 +27,13 @@ config VIDEO_OV5650 This is a driver for the Omnivision OV5650 5MP camera sensor for use with the tegra isp. +config VIDEO_OV5640 + tristate "OV5640 camera sensor support" + depends on I2C && ARCH_TEGRA + ---help--- + This is a driver for the Omnivision OV5640 5MP camera sensor + for use with the tegra isp. + config VIDEO_OV14810 tristate "OV14810 camera sensor support" depends on I2C && ARCH_TEGRA @@ -88,3 +95,10 @@ config VIDEO_AD5820 ---help--- This is a driver for the AD5820 focuser for use with the tegra isp. + +config VIDEO_AD5816 + tristate "AD5816 focuser support" + depends on I2C && ARCH_TEGRA + ---help--- + This is a driver for the AD5816 focuser + for use with the tegra isp. |