summaryrefslogtreecommitdiffstats
path: root/rules/optee-client.in
blob: d1acb6be5f8c35091c6cbea2b4c58f4df8041068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## SECTION=security

menuconfig OPTEE_CLIENT
	tristate
	select LIBUUID
	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.

if OPTEE_CLIENT

config OPTEE_CLIENT_SYSTEMD_UNIT
	bool
	default y
	depends on SYSTEMD
	prompt "install systemd service file for tee-supplicant"

endif