2020-12-17 21:00:35 +08:00
|
|
|
# OV7725
|
|
|
|
|
|
|
|
# Copyright (c) 2020 FrankLi Limited
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config VIDEO_OV7725
|
|
|
|
bool "OV7725 CMOS digital image sensor"
|
2022-08-12 12:09:01 +08:00
|
|
|
select I2C
|
2022-07-02 07:58:43 +08:00
|
|
|
depends on DT_HAS_OVTI_OV7725_ENABLED
|
|
|
|
default y
|
2020-12-17 21:00:35 +08:00
|
|
|
help
|
|
|
|
Enable driver for OV7725 CMOS digital image sensor device.
|