1# OV7725
2
3# Copyright (c) 2020 FrankLi Limited
4# SPDX-License-Identifier: Apache-2.0
5
6config VIDEO_OV7725
7 bool "OV7725 CMOS digital image sensor"
8 select I2C
9 depends on DT_HAS_OVTI_OV7725_ENABLED
10 default y
11 help
12 Enable driver for OV7725 CMOS digital image sensor device.
13