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

config OPTEE_CLIENT
	tristate
	prompt "optee-client"
	help
	  Open Portable Trusted Execution Environment Client API.

	  This package contains libteec.so, which is the library that
	  contains that API for communication with the Trusted OS. And
	  a binary tee-supplicant which is a daemon serving the
	  Trusted OS in secure world with miscellaneous features, such
	  as file system access.