16 lines
		
	
	
		
			531 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			531 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-only
 | |
| config VIDEO_S3C_CAMIF
 | |
| 	tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver"
 | |
| 	depends on V4L_PLATFORM_DRIVERS
 | |
| 	depends on VIDEO_DEV && I2C && PM
 | |
| 	depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST
 | |
| 	select MEDIA_CONTROLLER
 | |
| 	select VIDEO_V4L2_SUBDEV_API
 | |
| 	select VIDEOBUF2_DMA_CONTIG
 | |
| 	help
 | |
| 	  This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
 | |
| 	  host interface (CAMIF).
 | |
| 
 | |
| 	  To compile this driver as a module, choose M here: the module
 | |
| 	  will be called s3c-camif.
 |