mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-10 23:18:10 +09:00
Change-Id: I754250669891307b0deab2bdab1bd01512713f79 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
22 lines
572 B
Plaintext
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.
|
|
|