zephyr/drivers/video/Kconfig.ov7725
Frank Li e80506b754 drivers: video: ov7725: add sensor driver for ov7725
This patch adds the driver for Omnivision OV7725
Color CMOS VGA Sensor.

The driver currently provides a simple capture
function, the output format only provides
RGB565,640x480.

Signed-off-by: Frank Li <lgl88911@163.com>
2021-01-06 08:33:38 -06:00

11 lines
231 B
Plaintext

# OV7725
# Copyright (c) 2020 FrankLi Limited
# SPDX-License-Identifier: Apache-2.0
config VIDEO_OV7725
bool "OV7725 CMOS digital image sensor"
depends on I2C
help
Enable driver for OV7725 CMOS digital image sensor device.