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.

Direct dependencies

ARM64

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/arch/arm64/core/Kconfig:45

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:37<Zephyr>/arch/Kconfig:12<Zephyr>/arch/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.)