CONFIG_ARC_CONNECT¶
ARC has ARC connect
Type: bool
Help¶
ARC is configured with ARC CONNECT which is a hardware for connecting
multi cores.
Direct dependencies¶
SOC_ARC_HSDK || (SOC_NSIM_HS_SMP && SOC_NSIM) || (SOC_NSIM_HS6X_SMP && SOC_NSIM) || SOC_ARC_HSDK || (SOC_NSIM_HS_SMP && SOC_NSIM) || (SOC_NSIM_HS6X_SMP && SOC_NSIM) || ARC
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
- y 
- y 
- y 
- y 
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr SoC>/arc/snps_arc_hsdk/Kconfig.defconfig:36
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config ARC_CONNECT
    bool
    default y
    depends on SOC_ARC_HSDK
At <Zephyr SoC>/arc/snps_nsim/Kconfig.defconfig.hs_smp:34
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arc/snps_nsim/Kconfig.defconfig:16
Menu path: (Top)
config ARC_CONNECT
    bool
    default y
    depends on SOC_NSIM_HS_SMP && SOC_NSIM
At <Zephyr SoC>/arc/snps_nsim/Kconfig.defconfig.hs6x_smp:27
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arc/snps_nsim/Kconfig.defconfig:18
Menu path: (Top)
config ARC_CONNECT
    bool
    default y
    depends on SOC_NSIM_HS6X_SMP && SOC_NSIM
At <Zephyr SoC>/arc/snps_arc_hsdk/Kconfig.defconfig:36
Included via Kconfig:8 → Kconfig.zephyr:27
Menu path: (Top)
config ARC_CONNECT
    bool
    default y
    depends on SOC_ARC_HSDK
At <Zephyr SoC>/arc/snps_nsim/Kconfig.defconfig.hs_smp:34
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arc/snps_nsim/Kconfig.defconfig:16
Menu path: (Top)
config ARC_CONNECT
    bool
    default y
    depends on SOC_NSIM_HS_SMP && SOC_NSIM
At <Zephyr SoC>/arc/snps_nsim/Kconfig.defconfig.hs6x_smp:27
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arc/snps_nsim/Kconfig.defconfig:18
Menu path: (Top)
config ARC_CONNECT
    bool
    default y
    depends on SOC_NSIM_HS6X_SMP && SOC_NSIM
At <Zephyr Architecture>/arc/Kconfig:193
Included via Kconfig:8 → Kconfig.zephyr:39 → <Zephyr Architecture>/Kconfig:12
Menu path: (Top) → ARC Options → ARC CPU Options
config ARC_CONNECT
    bool "ARC has ARC connect"
    select SCHED_IPI_SUPPORTED
    depends on ARC
    help
      ARC is configured with ARC CONNECT which is a hardware for connecting
      multi cores.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)