2021-06-21 17:48:29 +08:00
|
|
|
# OV2640
|
|
|
|
|
|
|
|
# Copyright (c) 2021 Antmicro <www.antmicro.com>
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config VIDEO_OV2640
|
|
|
|
bool "OV2640 CMOS digital image sensor"
|
|
|
|
depends on I2C
|
2022-07-02 07:58:43 +08:00
|
|
|
depends on DT_HAS_OVTI_OV2640_ENABLED
|
|
|
|
default y
|
2021-06-21 17:48:29 +08:00
|
|
|
help
|
|
|
|
Enable driver for OV2640 CMOS digital image sensor device.
|