summaryrefslogtreecommitdiff
path: root/security/pfe/Kconfig
blob: b951861bfc84b9c963a70d16669bea89b28aa29e (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
25
26
27
28
menu "Qualcomm Technologies, Inc Per File Encryption security device drivers"
	depends on ARCH_QCOM

config PFT
	bool "Per-File-Tagger driver"
	depends on SECURITY
	default n
	help
		This driver is used for tagging enterprise files.
		It is part of the Per-File-Encryption (PFE) feature.
		The driver is tagging files when created by
		registered application.
		Tagged files are encrypted using the dm-req-crypt driver.

config PFK
	bool "Per-File-Key driver"
	depends on SECURITY
	depends on ECRYPT_FS
	default n
	help
		This driver is used for storing eCryptfs information
		in file node.
		This is part of eCryptfs hardware enhanced solution
		provided by Qualcomm Technologies, Inc.
		Information is used when file is encrypted later using
		ICE or dm crypto engine

endmenu