summaryrefslogtreecommitdiffstats
path: root/security/tlk_driver/Kconfig
blob: 9f2c15d7ded152a0782bed8a0d0e3c5a6fe86b72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config FIQ
	bool

config FIQ_GLUE
	bool

config TRUSTED_LITTLE_KERNEL
	bool "Enable Open Trusted Execution driver"
	select TEGRA_USE_SECURE_KERNEL
	select FIQ
	select FIQ_GLUE
	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.