blob: fabdcd50e44a42c1b9f28b60289f69e0f0ebdd48 (
plain) (
blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
#
# TRUSTONIC TEE configuration
#
config TRUSTONIC_TEE_SUPPORT
bool "Enable Trustonic TEE Support"
default n
---help---
Enable Trustonic TEE Support
config TRUSTONIC_TEE_VERSION
string "TRUSTONIC TEE Version"
depends on TRUSTONIC_TEE_SUPPORT
default "302c" if (ARCH_MT6735 || ARCH_MT6735M || ARCH_MT6753 || ARCH_MT6580)
config MT_TRUSTONIC_TEE_DEBUGFS
bool "Enable Trustonic TEE debugfs"
default n
---help---
Enable Trustonic TEE debugfs
#
# MobiCore configuration
#
config MOBICORE_DRIVER
tristate "MobiCore Driver"
depends on TRUSTONIC_TEE_SUPPORT
default n
---help---
Enable Linux Kernel MobiCore Support
config MOBICORE_DEBUG
bool "MobiCore Module debug mode"
depends on MOBICORE_DRIVER
default n
---help---
Enable Debug mode in the MobiCore Driver.
It enables printing information about mobicore operations
config MOBICORE_VERBOSE
bool "MobiCore Module verbose debug mode"
depends on MOBICORE_DEBUG
default n
---help---
Enable Verbose Debug mode in the MobiCore Driver.
It enables printing extra information about mobicore operations
Beware: this is only useful for debuging deep in the driver because
it prints too much logs
config MOBICORE_API
tristate "Linux MobiCore API"
depends on MOBICORE_DRIVER
default n
---help---
Enable Linux Kernel MobiCore API
config TRUSTONIC_TRUSTED_UI
tristate "<t-base TUI"
depends on TRUSTONIC_TEE_SUPPORT
default n
---help---
Enable <t-base Trusted User Interface
config TRUSTONIC_TRUSTED_UI_FB_BLANK
bool "<t-base TUI with fb_blank"
depends on TRUSTONIC_TRUSTED_UI
default n
---help---
Blank the framebuffer before starting a TUI session
|