xref: /linux/drivers/media/platform/intel/Kconfig (revision 253f68f413a87a4e2bd93e61b00410e5e1b7b774)
1# SPDX-License-Identifier: GPL-2.0-only
2
3comment "Intel media platform drivers"
4
5config VIDEO_PXA27x
6	tristate "PXA27x Quick Capture Interface driver"
7	depends on V4L_PLATFORM_DRIVERS
8	depends on VIDEO_DEV
9	depends on PXA27x || COMPILE_TEST
10	select VIDEOBUF2_DMA_SG
11	select SG_SPLIT
12	select V4L2_FWNODE
13	help
14	  This is a v4l2 driver for the PXA27x Quick Capture Interface
15