mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
39 lines
1 KiB
Text
39 lines
1 KiB
Text
#
|
|
# Trustonic drivers configuration
|
|
#
|
|
config TRUSTONIC_TEE
|
|
tristate "Trustonic TEE Driver"
|
|
depends on ARM || ARM64
|
|
default y
|
|
---help---
|
|
Enable Trustonic TEE support
|
|
|
|
config TRUSTONIC_TEE_LPAE
|
|
bool "Trustonic TEE uses LPAE"
|
|
depends on TRUSTONIC_TEE
|
|
default y if ARM64
|
|
default n if ARM
|
|
---help---
|
|
Enable Trustonic TEE 64-bit physical addresses support
|
|
|
|
config TRUSTONIC_TEE_DEBUG
|
|
bool "Trustonic TEE driver debug mode"
|
|
depends on TRUSTONIC_TEE
|
|
default n
|
|
---help---
|
|
Enable the debug mode in the Trustonic TEE Driver.
|
|
|
|
config TRUSTONIC_TRUSTED_UI
|
|
tristate "Trustonic Trusted UI"
|
|
depends on TRUSTONIC_TEE
|
|
---help---
|
|
Enable Trustonic Trusted User Interface
|
|
|
|
config TRUSTONIC_TRUSTED_UI_FB_BLANK
|
|
bool "Trustonic Trusted UI with fb_blank"
|
|
depends on TRUSTONIC_TRUSTED_UI
|
|
---help---
|
|
Blank the framebuffer before starting a TUI session
|
|
|
|
source "drivers/gud/gud-exynos7570/sec-os-ctrl/Kconfig"
|
|
source "drivers/gud/gud-exynos7570/sec-os-booster/Kconfig"
|