brintos

brintos / linux-shallow public Read only

0
0
Text · 497 B · cd4531b Raw
17 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config VIDEO_DW1004	tristate "NXP i.MX DW100 dewarper"5	depends on V4L_MEM2MEM_DRIVERS6	depends on VIDEO_DEV7	depends on ARCH_MXC || COMPILE_TEST8	select MEDIA_CONTROLLER9	select V4L2_MEM2MEM_DEV10	select VIDEOBUF2_DMA_CONTIG11	help12	  DW100 is a memory-to-memory engine performing geometrical13	  transformation on source images through a programmable dewarping map.14 15	  To compile this driver as a module, choose M here: the module16	  will be called dw100.17