1# OV2640 2 3# Copyright (c) 2021 Antmicro <www.antmicro.com> 4# SPDX-License-Identifier: Apache-2.0 5 6config VIDEO_OV2640 7 bool "OV2640 CMOS digital image sensor" 8 select I2C 9 depends on DT_HAS_OVTI_OV2640_ENABLED 10 default y 11 help 12 Enable driver for OV2640 CMOS digital image sensor device. 13