Files
linux/security/tlk_driver/Kconfig
Tao Huang f9eefeeaa7 rk: add SPDX license identifier to files with no license
Change-Id: I754250669891307b0deab2bdab1bd01512713f79
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2018-01-31 20:56:06 +08:00

22 lines
572 B
Plaintext

# SPDX-License-Identifier: GPL-2.0
config TRUSTED_LITTLE_KERNEL
bool "Enable Open Trusted Execution driver"
depends on ARM_TRUSTZONE
default y
help
This option adds kernel support for communication with the
Trusted LK secure OS monitor/runtime support.
If you are unsure how to answer this question, answer N.
config TRUST_OS_LOGGER
bool "Enable TLK logs in linux kmsg"
depends on TRUSTED_LITTLE_KERNEL
default y
help
This option adds support in the kernel driver to read the logs
from the secure world and make them available as a part of kmsg.