Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
8e881959a49467e70c786a30987a367e22bb4014
/
.
/
drivers
/
video
/
Kconfig.ov7670
blob: 9a2a1d70f3d90cd12223d9ba0949b9f48dfd0d7c [
file
] [
log
] [
blame
]
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config VIDEO_OV7670
bool
"OV7670 CMOS digital image sensor"
select
I2C
depends on DT_HAS_OVTI_OV7670_ENABLED
default
y
help
Enable
driver
for
OV7670 CMOS digital image sensor device
.