diff options
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 2d4226710ed..0efbb29a1a0 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -712,6 +712,16 @@ config VIDEO_SR030PC30 | |||
712 | ---help--- | 712 | ---help--- |
713 | This driver supports SR030PC30 VGA camera from Siliconfile | 713 | This driver supports SR030PC30 VGA camera from Siliconfile |
714 | 714 | ||
715 | config VIDEO_VIA_CAMERA | ||
716 | tristate "VIAFB camera controller support" | ||
717 | depends on FB_VIA | ||
718 | select VIDEOBUF_DMA_SG | ||
719 | select VIDEO_OV7670 | ||
720 | help | ||
721 | Driver support for the integrated camera controller in VIA | ||
722 | Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems | ||
723 | with ov7670 sensors. | ||
724 | |||
715 | config SOC_CAMERA | 725 | config SOC_CAMERA |
716 | tristate "SoC camera support" | 726 | tristate "SoC camera support" |
717 | depends on VIDEO_V4L2 && HAS_DMA && I2C | 727 | depends on VIDEO_V4L2 && HAS_DMA && I2C |