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

menuconfig 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.

if OPTEE_CLIENT

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

endif