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