mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-26 19:04:54 +00:00
23 lines
531 B
Plaintext
23 lines
531 B
Plaintext
config TEEGRIS_TUI
|
|
tristate "Trustzone Teegris UI"
|
|
default n
|
|
help
|
|
Provide methods for TUI such as acquisition of buffer
|
|
to be used as secure frame buffer in Secure World and
|
|
synchronization of display and touch device between
|
|
Normal World and Secure World.
|
|
|
|
config TEEGRIS_TUI_LOWLEVEL
|
|
bool "TUI HW Low Level mode"
|
|
default n
|
|
depends on TEEGRIS_TUI
|
|
help
|
|
Enables tui low level API.
|
|
|
|
config TEEGRIS_TUI_TEST
|
|
bool "Testing module for TUI HW handler"
|
|
default n
|
|
depends on TEEGRIS_TUI
|
|
help
|
|
support TUI Driver Test
|