2024-04-28 06:49:01 -07:00
|
|
|
config SAMSUNG_TUI
|
|
|
|
bool "TUI HW Handler"
|
|
|
|
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.
|
|
|
|
|
2024-04-28 06:51:13 -07:00
|
|
|
config SAMSUNG_TUI_LOWLEVEL
|
|
|
|
bool "TUI HW Low Level mode"
|
|
|
|
default n
|
|
|
|
depends on SAMSUNG_TUI
|
|
|
|
help
|
|
|
|
Enables tui low level API.
|
|
|
|
|
2024-04-28 06:49:01 -07:00
|
|
|
config SAMSUNG_TUI_TEST
|
|
|
|
bool "Testing module for TUI HW handler"
|
|
|
|
default n
|
2024-04-28 06:51:13 -07:00
|
|
|
depends on SAMSUNG_TUI
|
2024-04-28 06:49:01 -07:00
|
|
|
help
|
|
|
|
support TUI Driver Test
|