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
				
			
		
							
								
								
									
										32
									
								
								drivers/media/common/siano/Kconfig
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								drivers/media/common/siano/Kconfig
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,32 @@ | |||
| # | ||||
| # Siano Mobile Silicon Digital TV device configuration | ||||
| # | ||||
| 
 | ||||
| config SMS_SIANO_MDTV | ||||
| 	tristate | ||||
| 	depends on DVB_CORE && HAS_DMA | ||||
| 	depends on !RC_CORE || RC_CORE | ||||
| 	depends on SMS_USB_DRV || SMS_SDIO_DRV | ||||
| 	default y | ||||
| 
 | ||||
| config SMS_SIANO_RC | ||||
| 	bool "Enable Remote Controller support for Siano devices" | ||||
| 	depends on SMS_SIANO_MDTV && RC_CORE | ||||
| 	depends on SMS_USB_DRV || SMS_SDIO_DRV | ||||
| 	depends on MEDIA_COMMON_OPTIONS | ||||
| 	default y | ||||
| 	---help--- | ||||
| 	  Choose Y to select Remote Controller support for Siano driver. | ||||
| 
 | ||||
| config SMS_SIANO_DEBUGFS | ||||
| 	bool "Enable debugfs for smsdvb" | ||||
| 	depends on SMS_SIANO_MDTV | ||||
| 	depends on DEBUG_FS | ||||
| 	depends on SMS_USB_DRV = SMS_SDIO_DRV | ||||
| 
 | ||||
| 	---help--- | ||||
| 	  Choose Y to enable visualizing a dump of the frontend | ||||
| 	  statistics response packets via debugfs. Currently, works | ||||
| 	  only with Siano USB devices. | ||||
| 
 | ||||
| 	  Useful only for developers. In doubt, say N. | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228