mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 08:08:51 +01:00 
			
		
		
		
	Fixed MTP to work with TWRP
This commit is contained in:
		
						commit
						f6dfaef42e
					
				
					 50820 changed files with 20846062 additions and 0 deletions
				
			
		
							
								
								
									
										14
									
								
								drivers/media/platform/omap/Kconfig
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								drivers/media/platform/omap/Kconfig
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,14 @@ | |||
| config VIDEO_OMAP2_VOUT_VRFB | ||||
| 	bool | ||||
| 
 | ||||
| config VIDEO_OMAP2_VOUT | ||||
| 	tristate "OMAP2/OMAP3 V4L2-Display driver" | ||||
| 	depends on ARCH_OMAP2 || ARCH_OMAP3 || (COMPILE_TEST && HAS_MMU) | ||||
| 	select VIDEOBUF_GEN | ||||
| 	select VIDEOBUF_DMA_CONTIG | ||||
| 	select OMAP2_DSS if HAS_IOMEM && ARCH_OMAP2PLUS | ||||
| 	select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3 | ||||
| 	select VIDEO_OMAP2_VOUT_VRFB if VIDEO_OMAP2_VOUT && OMAP2_VRFB | ||||
| 	default n | ||||
| 	---help--- | ||||
| 	  V4L2 Display driver support for OMAP2/3 based boards. | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228