mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 01:31:36 -04:00
029a1760dc
Signed-off-by: suwanghw <wangsu14@huawei.com>
21 lines
406 B
Plaintext
21 lines
406 B
Plaintext
config TEE_TUI
|
|
bool "Trusted User Interface Driver"
|
|
default n
|
|
depends on TZDRIVER
|
|
help
|
|
Trusted user interface driver
|
|
|
|
config TEE_TUI_FP
|
|
bool "Trusted User Interface Driver for FP"
|
|
default n
|
|
depends on TZDRIVER
|
|
help
|
|
Trusted user interface driver
|
|
|
|
config TEE_TUI_DISPLAY_3_0
|
|
bool "Trusted User Interface Driver for DSS3.0"
|
|
default n
|
|
depends on TEE_TUI
|
|
help
|
|
Trusted user interface driver
|