diff options
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 78b8c5de1f6b..eb875af05e79 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -794,6 +794,12 @@ config SOC_CAMERA_PLATFORM | |||
794 | help | 794 | help |
795 | This is a generic SoC camera platform driver, useful for testing | 795 | This is a generic SoC camera platform driver, useful for testing |
796 | 796 | ||
797 | config SOC_CAMERA_OV2640 | ||
798 | tristate "ov2640 camera support" | ||
799 | depends on SOC_CAMERA && I2C | ||
800 | help | ||
801 | This is a ov2640 camera driver | ||
802 | |||
797 | config SOC_CAMERA_OV6650 | 803 | config SOC_CAMERA_OV6650 |
798 | tristate "ov6650 sensor support" | 804 | tristate "ov6650 sensor support" |
799 | depends on SOC_CAMERA && I2C | 805 | depends on SOC_CAMERA && I2C |