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 <[email protected]> Fixes: 7d3c7d2 ("media: i2c: Add a camera sensor top level menu") Signed-off-by: Sakari Ailus <[email protected]> Acked-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 86e16b8 commit 4142594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)