zephyr/drivers/video/Kconfig.mt9m114
Kumar Gala baaf904885 video: Move to using select in Kconfig for I2C bus
Move to using select I2C' instead of 'depends on'
(see commit df81fef944 for more
 details)

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-14 09:05:36 -05:00

13 lines
290 B
Plaintext

# MT9m114
# Copyright (c) 2016 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config VIDEO_MT9M114
bool "MT9M114 Aptina CMOS digital image sensor"
select I2C
depends on DT_HAS_APTINA_MT9M114_ENABLED
default y
help
Enable driver for MT9M114 CMOS digital image sensor device.