11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
|
# 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
|
||
|
help
|
||
|
Enable driver for OV2640 CMOS digital image sensor device.
|