summaryrefslogtreecommitdiffstats
path: root/rules/optee-test.in
blob: b00d212cab925aa8069fd6f6075f4056f956f746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=security

config OPTEE_TEST
	tristate
	select OPTEE_CLIENT
	select OPTEE
	select OPENSSL
	prompt "optee-test"
	help
	  The optee_test git contains the source code for the TEE sanity
	  testsuite in Linux using the ARM(R) TrustZone(R) technology. It is
	  distributed under the GPLv2 and BSD 2-clause open-source licenses.