xref: /linux/drivers/media/platform/via/Kconfig (revision b83deaa741558babf4b8d51d34f6637ccfff1b26)
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
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