brintos

brintos / linux-shallow public Read only

0
0
Text · 443 B · 6e603c0 Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3comment "VIA media platform drivers"4 5config VIDEO_VIA_CAMERA6	tristate "VIAFB camera controller support"7	depends on V4L_PLATFORM_DRIVERS8	depends on FB_VIA && VIDEO_DEV9	select VIDEOBUF2_DMA_SG10	select VIDEO_OV7670 if VIDEO_CAMERA_SENSOR11	help12	   Driver support for the integrated camera controller in VIA13	   Chrome9 chipsets.  Currently only tested on OLPC xo-1.5 systems14	   with ov7670 sensors.15