17 lines
		
	
	
		
			497 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			497 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0-only
 | 
						|
 | 
						|
config VIDEO_DW100
 | 
						|
	tristate "NXP i.MX DW100 dewarper"
 | 
						|
	depends on V4L_MEM2MEM_DRIVERS
 | 
						|
	depends on VIDEO_DEV
 | 
						|
	depends on ARCH_MXC || COMPILE_TEST
 | 
						|
	select MEDIA_CONTROLLER
 | 
						|
	select V4L2_MEM2MEM_DEV
 | 
						|
	select VIDEOBUF2_DMA_CONTIG
 | 
						|
	help
 | 
						|
	  DW100 is a memory-to-memory engine performing geometrical
 | 
						|
	  transformation on source images through a programmable dewarping map.
 | 
						|
 | 
						|
	  To compile this driver as a module, choose M here: the module
 | 
						|
	  will be called dw100.
 |