xref: /linux/drivers/media/platform/via/Kconfig (revision 3ade6ce1255e6e97f91b8ba77408dce9d2292df2)
1# SPDX-License-Identifier: GPL-2.0-only
2
3comment "VIA media platform drivers"
4
5config VIDEO_VIA_CAMERA
6	tristate "VIAFB camera controller support"
7	depends on V4L_PLATFORM_DRIVERS
8	depends on FB_VIA && VIDEO_DEV
9	select VIDEOBUF2_DMA_SG
10	select VIDEO_OV7670 if VIDEO_CAMERA_SENSOR
11	help
12	   Driver support for the integrated camera controller in VIA
13	   Chrome9 chipsets.  Currently only tested on OLPC xo-1.5 systems
14	   with ov7670 sensors.
15