:orphan: .. title:: CONFIG_HAS_ARM_SMCCC .. kconfig:: CONFIG_HAS_ARM_SMCCC 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 =================== \ :kconfig:`ARM64 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`ARM64 ` Kconfig definition ================== At ``/arm64/core/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/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.)*