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
				
			
		
							
								
								
									
										26
									
								
								drivers/misc/mcu_ipc/Kconfig
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								drivers/misc/mcu_ipc/Kconfig
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,26 @@ | |||
| # | ||||
| # MCU_IPC Device Driver | ||||
| # | ||||
| 
 | ||||
| config MCU_IPC | ||||
|      bool "MCU IPC Support" | ||||
|      default n | ||||
| 	 help | ||||
| 	   This enables MCU_IPC driver to control the MCU_IPC Device. | ||||
| 
 | ||||
| 	   MCU_IPC is the Mailbox which has 16 interrupts for TX/RX each | ||||
| 	   and 256 bytes memory for communicating messages. | ||||
| 	   AP and CP can share the messages through this device. | ||||
| 
 | ||||
| config MCU_IPC_TEST | ||||
|      bool "MCU_IPC driver test" | ||||
|      depends on MCU_IPC | ||||
|      help | ||||
| 	This enables MCU_IPC_TEST for checking mailbox at probe time. | ||||
| 
 | ||||
| config SHM_IPC | ||||
| 	bool "Shared Memory for IPC support" | ||||
| 	default n | ||||
| 	help | ||||
| 	This enables SHM_IPC driver to control the Shared memory | ||||
| 	for AP-CP Interface. | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228