summaryrefslogtreecommitdiffstats
path: root/rules/optee-test.in
blob: b6ef19cc0d83ce6229630a02084ee51183011cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=staging
## old section:
### 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.

	  STAGING: remove in ptxdist-2021.05.0
	  Old version that need to be updated. Fails to build with gcc >= 9.x.