Add driver to support ov5642 camera sensor Co-developed-by: Rutvij Trivedi <rutvij.trivedi@siliconsignals.io> Signed-off-by: Rutvij Trivedi <rutvij.trivedi@siliconsignals.io> Signed-off-by: Hardevsinh Palaniya <hardevsinh.palaniya@siliconsignals.io>
11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
# Copyright (c) 2025 Silicon Signals Pvt. Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config VIDEO_OV5642
|
|
bool "OV5642 CMOS digital image sensor"
|
|
select I2C
|
|
depends on DT_HAS_OVTI_OV5642_ENABLED
|
|
default y
|
|
help
|
|
Enable driver for OV5642 CMOS digital image sensor device
|