:orphan: .. title:: HAS_ARM_SMCCC .. option:: CONFIG_HAS_ARM_SMCCC *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Include support for the Secure Monitor Call (SMC) and Hypervisor Call (HVC) instructions on Armv7 and above architectures. Direct dependencies =================== \ :option:`ARM64 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`ARM64 ` Kconfig definition ================== At ``/arm64/core/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``/Kconfig:12`` → ``/arm64/Kconfig:32`` Menu path: (Top) → ARM64 Options .. code-block:: kconfig config HAS_ARM_SMCCC bool depends on ARM64 help Include support for the Secure Monitor Call (SMC) and Hypervisor Call (HVC) instructions on Armv7 and above architectures. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*