e80506b754
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>
11 lines
231 B
Plaintext
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.
|