1# SPDX-License-Identifier: GPL-2.0-only 2 3config VIDEO_DW100 4 tristate "NXP i.MX DW100 dewarper" 5 depends on V4L_MEM2MEM_DRIVERS 6 depends on VIDEO_DEV 7 depends on ARCH_MXC || COMPILE_TEST 8 select MEDIA_CONTROLLER 9 select V4L2_MEM2MEM_DEV 10 select VIDEOBUF2_DMA_CONTIG 11 help 12 DW100 is a memory-to-memory engine performing geometrical 13 transformation on source images through a programmable dewarping map. 14 15 To compile this driver as a module, choose M here: the module 16 will be called dw100. 17