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>
This commit is contained in:
parent
632069b3de
commit
baaf904885
|
@ -5,7 +5,7 @@
|
|||
|
||||
config VIDEO_MT9M114
|
||||
bool "MT9M114 Aptina CMOS digital image sensor"
|
||||
depends on I2C
|
||||
select I2C
|
||||
depends on DT_HAS_APTINA_MT9M114_ENABLED
|
||||
default y
|
||||
help
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
config VIDEO_OV2640
|
||||
bool "OV2640 CMOS digital image sensor"
|
||||
depends on I2C
|
||||
select I2C
|
||||
depends on DT_HAS_OVTI_OV2640_ENABLED
|
||||
default y
|
||||
help
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
config VIDEO_OV7725
|
||||
bool "OV7725 CMOS digital image sensor"
|
||||
depends on I2C
|
||||
select I2C
|
||||
depends on DT_HAS_OVTI_OV7725_ENABLED
|
||||
default y
|
||||
help
|
||||
|
|
Loading…
Reference in New Issue