···35353636source "drivers/media/platform/marvell-ccic/Kconfig"37373838-config VIDEO_VIA_CAMERA3939- tristate "VIAFB camera controller support"4040- depends on V4L_PLATFORM_DRIVERS4141- depends on FB_VIA && VIDEO_V4L24242- select VIDEOBUF2_DMA_SG4343- select VIDEO_OV76704444- help4545- Driver support for the integrated camera controller in VIA4646- Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems4747- with ov7670 sensors.3838+source "drivers/media/platform/via/Kconfig"48394940source "drivers/media/platform/cadence/Kconfig"5041
···11+# SPDX-License-Identifier: GPL-2.0-only22+config VIDEO_VIA_CAMERA33+ tristate "VIAFB camera controller support"44+ depends on V4L_PLATFORM_DRIVERS55+ depends on FB_VIA && VIDEO_V4L266+ select VIDEOBUF2_DMA_SG77+ select VIDEO_OV767088+ help99+ Driver support for the integrated camera controller in VIA1010+ Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems1111+ with ov7670 sensors.