mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	Driver added for RSA Modular Exponentiation using Freescale Hardware Accelerator CAAM. The driver uses UCLASS_MOD_EXP Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com> CC: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			7 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config FSL_CAAM
 | |
| 	bool "Freescale Crypto Driver Support"
 | |
| 	help
 | |
| 	  Enables the Freescale's Cryptographic Accelerator and Assurance
 | |
| 	  Module (CAAM), also known as the SEC version 4 (SEC4). The driver uses
 | |
| 	  Job Ring as interface to communicate with CAAM.
 |