CONFIG_SJLI_TABLE_SIZE
SJLI table size
Type: int
Help
The size of sjli (Secure Jump and Link Indexed) table. The
code in normal mode call secure services in secure mode through
sjli instruction.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
8
Kconfig definition
At <Zephyr>/arch/arc/Kconfig:279
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → ARC Options → ARC CPU Options
config SJLI_TABLE_SIZE
int "SJLI table size"
default 8
depends on ARC_SECURE_FIRMWARE && ARC
help
The size of sjli (Secure Jump and Link Indexed) table. The
code in normal mode call secure services in secure mode through
sjli instruction.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)