baaf904885
Move to using select I2C' instead of 'depends on'
(see commit df81fef944
for more
details)
Signed-off-by: Kumar Gala <galak@kernel.org>
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
# OV7725
|
|
|
|
# Copyright (c) 2020 FrankLi Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config VIDEO_OV7725
|
|
bool "OV7725 CMOS digital image sensor"
|
|
select I2C
|
|
depends on DT_HAS_OVTI_OV7725_ENABLED
|
|
default y
|
|
help
|
|
Enable driver for OV7725 CMOS digital image sensor device.
|