summaryrefslogtreecommitdiff
path: root/security/tlk_driver/Kconfig
blob: b87d6d820a578b5408612172ebd08307d13e65a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config TRUSTED_LITTLE_KERNEL
	bool "Enable Open Trusted Execution driver"
	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 OTE_ENABLE_LOGGER
	bool "Enable TLK logs in linux kmsg"
	depends on TRUSTED_LITTLE_KERNEL
	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.