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
				
			
		
							
								
								
									
										39
									
								
								drivers/gpu/arm/t72x/Kconfig
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								drivers/gpu/arm/t72x/Kconfig
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,39 @@ | |||
| # | ||||
| # (C) COPYRIGHT 2012-2013 ARM Limited. All rights reserved. | ||||
| # | ||||
| # This program is free software and is provided to you under the terms of the | ||||
| # GNU General Public License version 2 as published by the Free Software | ||||
| # Foundation, and any use by you of this program is subject to the terms | ||||
| # of such GNU licence. | ||||
| # | ||||
| # A copy of the licence is included with the program, and can also be obtained | ||||
| # from Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||||
| # Boston, MA  02110-1301, USA. | ||||
| # | ||||
| # | ||||
| 
 | ||||
| 
 | ||||
| menuconfig MALI_T72X | ||||
| 	tristate "Mali-T72X support" | ||||
| 	default n | ||||
| 	help | ||||
| 	  Enable this option to build support for the ARM Mali-T72x GPU. | ||||
| 
 | ||||
| 	  To compile this driver as a module, choose M here: | ||||
| 	  this will generate a single module, called mali_kbase. | ||||
| 
 | ||||
| choice | ||||
| 	prompt "version Configuration" | ||||
| 	depends on MALI_T72X | ||||
| 	default MALI_R5P0_REL | ||||
| 	help | ||||
| 	  Select the gpu support version. | ||||
| 
 | ||||
| config MALI_R7P0_T72X | ||||
| 	depends on MALI_T72X | ||||
| 	bool "r7p0 driver" | ||||
| endchoice | ||||
| 
 | ||||
| if MALI_R7P0_T72X | ||||
| source "drivers/gpu/arm/t72x/r7p0/Kconfig" | ||||
| endif | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228