CONFIG_HAS_ARM_SMCCC¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Include support for the Secure Monitor Call (SMC) and Hypervisor
Call (HVC) instructions on Armv7 and above architectures.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Architecture>/arm64/core/Kconfig:45
Included via Kconfig:8 → Kconfig.zephyr:39 → <Zephyr Architecture>/Kconfig:12 → <Zephyr Architecture>/arm64/Kconfig:32
Menu path: (Top) → ARM64 Options
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.)