blob: 0cd9e81a49528dd7e63177c1b983106c767b7c88 [file] [log] [blame]
Neeraj Sonic692cb92018-04-18 17:20:22 +05301menu "Qualcomm Technologies, Inc Per File Encryption security device drivers"
2 depends on ARCH_QCOM
3
4config PFT
5 bool "Per-File-Tagger driver"
6 depends on SECURITY
7 default n
8 help
9 This driver is used for tagging enterprise files.
10 It is part of the Per-File-Encryption (PFE) feature.
11 The driver is tagging files when created by
12 registered application.
13 Tagged files are encrypted using the dm-req-crypt driver.
14
15config PFK
16 bool "Per-File-Key driver"
17 depends on SECURITY
18 depends on SECURITY_SELINUX
19 default n
20 help
21 This driver is used for storing eCryptfs information
22 in file node.
23 This is part of eCryptfs hardware enhanced solution
24 provided by Qualcomm Technologies, Inc.
25 Information is used when file is encrypted later using
26 ICE or dm crypto engine
27
28endmenu