Skip to content

Commit 4142594

Browse files
Sakari AilusHans Verkuil
authored andcommitted
media: via: Use correct dependency for camera sensor drivers
The via camera controller driver selected ov7670 driver, however now that driver has dependencies and may no longer be selected unconditionally. Reported-by: Randy Dunlap <rdunlap@infradead.org> Fixes: 7d3c7d2 ("media: i2c: Add a camera sensor top level menu") Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1 parent 86e16b8 commit 4142594

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/media/platform/via/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ config VIDEO_VIA_CAMERA
77
depends on V4L_PLATFORM_DRIVERS
88
depends on FB_VIA && VIDEO_DEV
99
select VIDEOBUF2_DMA_SG
10-
select VIDEO_OV7670
10+
select VIDEO_OV7670 if VIDEO_CAMERA_SENSOR
1111
help
1212
Driver support for the integrated camera controller in VIA
1313
Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems

0 commit comments

Comments
 (0)