:orphan: .. title:: ARC_CONNECT .. option:: 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 =================== \ :option:`SOC_ARC_HSDK ` || (\ :option:`SOC_NSIM_HS_SMP ` && \ :option:`SOC_NSIM `) || \ :option:`ARC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :option:`SCHED_IPI_SUPPORTED ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arc/snps_arc_hsdk/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config ARC_CONNECT bool default y depends on \ :option:`SOC_ARC_HSDK ` ---- At ``soc/arc/snps_nsim/Kconfig.defconfig.hs_smp:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arc/snps_nsim/Kconfig.defconfig:19`` Menu path: (Top) .. parsed-literal:: config ARC_CONNECT bool default y depends on \ :option:`SOC_NSIM_HS_SMP ` && \ :option:`SOC_NSIM ` ---- At ``arch/arc/Kconfig:142`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → ARC Options → ARCv2 Family Options .. parsed-literal:: config ARC_CONNECT bool "ARC has ARC connect" select \ :option:`SCHED_IPI_SUPPORTED ` depends on \ :option:`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.)*