10 lines
		
	
	
		
			251 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			251 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0-only
 | 
						|
# OP-TEE Trusted Execution Environment Configuration
 | 
						|
config OPTEE
 | 
						|
	tristate "OP-TEE"
 | 
						|
	depends on HAVE_ARM_SMCCC
 | 
						|
	depends on MMU
 | 
						|
	help
 | 
						|
	  This implements the OP-TEE Trusted Execution Environment (TEE)
 | 
						|
	  driver.
 |