mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 02:15:45 +01:00 
			
		
		
		
	There is already existing driver for SMEM so lets enable it for IPQ40xx as well. Signed-off-by: Robert Marko <robert.marko@sartura.hr> Cc: Luka Perkov <luka.perkov@sartura.hr>
		
			
				
	
	
		
			25 lines
		
	
	
		
			715 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			715 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menuconfig SMEM
 | |
| 	bool  "SMEM (Shared Memory mamanger) support"
 | |
| 
 | |
| if SMEM
 | |
| 
 | |
| config SANDBOX_SMEM
 | |
|     bool "Sandbox Shared Memory Manager (SMEM)"
 | |
|     depends on SANDBOX && DM
 | |
|     help
 | |
|       enable SMEM support for sandbox. This is an emulation of a real SMEM
 | |
|       manager.
 | |
|       The sandbox driver allocates a shared memory from the heap and
 | |
|       initialzies it on start.
 | |
| 
 | |
| config MSM_SMEM
 | |
|     bool "Qualcomm Shared Memory Manager (SMEM)"
 | |
|     depends on DM
 | |
|     depends on ARCH_SNAPDRAGON || ARCH_IPQ40XX
 | |
|     help
 | |
|       Enable support for the Qualcomm Shared Memory Manager.
 | |
|       The driver provides an interface to items in a heap shared among all
 | |
|       processors in a Qualcomm platform.
 | |
| 
 | |
| endif # menu "SMEM Support"
 |