M7350/kernel/drivers/gud/Kconfig

36 lines
1.0 KiB
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
#
# MobiCore configuration
#
2024-09-09 08:57:42 +00:00
config MOBICORE_DRIVER
tristate "MobiCore Driver"
---help---
Enable Linux Kernel MobiCore Support
2024-09-09 08:52:07 +00:00
config MOBICORE_DEBUG
bool "MobiCore Module debug mode"
2024-09-09 08:57:42 +00:00
depends on MOBICORE_DRIVER
2024-09-09 08:52:07 +00:00
---help---
Enable Debug mode in the MobiCore Driver.
2024-09-09 08:57:42 +00:00
It enables printing information about mobicore operations
2024-09-09 08:52:07 +00:00
config MOBICORE_VERBOSE
bool "MobiCore Module verbose debug mode"
depends on MOBICORE_DEBUG
---help---
Enable Verbose Debug mode in the MobiCore Driver.
2024-09-09 08:57:42 +00:00
It enables printing extra information about mobicore operations
2024-09-09 08:52:07 +00:00
Beware: this is only useful for debuging deep in the driver because
it prints too much logs
2024-09-09 08:57:42 +00:00
config TRUSTONIC_TRUSTED_UI
tristate "<t-base TUI"
depends on MOBICORE_DRIVER
---help---
Enable <t-base Trusted User Interface
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
config TRUSTONIC_TRUSTED_UI_FB_BLANK
bool "<t-base TUI with fb_blank"
depends on TRUSTONIC_TRUSTED_UI
2024-09-09 08:52:07 +00:00
---help---
2024-09-09 08:57:42 +00:00
Blank the framebuffer before starting a TUI session