brintos

brintos / linux-shallow public Read only

0
0
Text · 373 B · 724e80a Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3comment "Intel media platform drivers"4 5config VIDEO_PXA27x6	tristate "PXA27x Quick Capture Interface driver"7	depends on V4L_PLATFORM_DRIVERS8	depends on VIDEO_DEV9	depends on PXA27x || COMPILE_TEST10	select VIDEOBUF2_DMA_SG11	select SG_SPLIT12	select V4L2_FWNODE13	help14	  This is a v4l2 driver for the PXA27x Quick Capture Interface15