:orphan: .. title:: CONFIG_SJLI_TABLE_SIZE .. kconfig:: CONFIG_SJLI_TABLE_SIZE CONFIG_SJLI_TABLE_SIZE ###################### *SJLI table size* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`ARC_SECURE_FIRMWARE ` && \ :kconfig:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - 8 Kconfig definition ================== At ``/arc/Kconfig:280`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options → ARC CPU Options .. code-block:: kconfig 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.)*