:orphan: .. title:: SJLI_TABLE_SIZE .. option:: 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 =================== \ :option:`ARC_SECURE_FIRMWARE ` && \ :option:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - 8 Kconfig definition ================== .. highlight:: kconfig At ``arch/arc/Kconfig:227`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → ARC Options → ARCv2 Family Options .. parsed-literal:: config SJLI_TABLE_SIZE int "SJLI table size" default 8 depends on \ :option:`ARC_SECURE_FIRMWARE ` && \ :option:`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.)*