16 lines
353 B
Plaintext
16 lines
353 B
Plaintext
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.
|