1# Copyright 2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config VIDEO_OV7670
5	bool "OV7670 CMOS digital image sensor"
6	select I2C
7	depends on DT_HAS_OVTI_OV7670_ENABLED
8	default y
9	help
10	  Enable driver for OV7670 CMOS digital image sensor device.
11