CONFIG_ARC_INIT

Quark SE ARC Kickoff

Type: bool

Help

Allows x86 processor to kickoff the ARC slave processor.

Direct dependencies

X86 && SOC_QUARK_SE_C1000 && X86

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At arch/x86/soc/intel_quark/quark_se/Kconfig:25

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/x86/Kconfig:21arch/x86/soc/intel_quark/Kconfig:18

Menu path: (top menu) → X86 Architecture Options

config ARC_INIT
    bool
    prompt "Quark SE ARC Kickoff" if X86 && SOC_QUARK_SE_C1000 && X86
    depends on X86 && SOC_QUARK_SE_C1000 && X86
    help
      Allows x86 processor to kickoff the ARC slave processor.

(Definitions include propagated dependencies, including from if’s and menus.)