:orphan: .. title:: CONFIG_HARVARD .. kconfig:: CONFIG_HARVARD CONFIG_HARVARD ############## *Harvard Architecture* Type: ``bool`` Help ==== .. code-block:: none The ARC CPU can be configured to have two busses; one for instruction fetching and another that serves as a data bus. Direct dependencies =================== \ :kconfig:`SOC_ARC_IOT ` || (\ :kconfig:`SOC_EMSDP_EM4 ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSDP_EM5D ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSDP_EM6 ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSDP_EM7D ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSDP_EM7D_ESP ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSDP_EM9D ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSDP_EM11D ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSK_EM7D ` && \ :kconfig:`SOC_EMSK `) || (\ :kconfig:`SOC_EMSK_EM11D ` && \ :kconfig:`SOC_EMSK `) || (\ :kconfig:`SOC_EMSK_EM9D ` && \ :kconfig:`SOC_EMSK `) || (\ :kconfig:`SOC_NSIM_EM ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_EM7D_V22 ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_SEM ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_HS ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_HS_SMP ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_HS6X ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_HS6X_SMP ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_HS_MPUV6 ` && \ :kconfig:`SOC_NSIM `) || \ :kconfig:`SOC_ARC_IOT ` || (\ :kconfig:`SOC_EMSDP_EM4 ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSDP_EM5D ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSDP_EM6 ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSDP_EM7D ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSDP_EM7D_ESP ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSDP_EM9D ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSDP_EM11D ` && \ :kconfig:`SOC_ARC_EMSDP `) || (\ :kconfig:`SOC_EMSK_EM7D ` && \ :kconfig:`SOC_EMSK `) || (\ :kconfig:`SOC_EMSK_EM11D ` && \ :kconfig:`SOC_EMSK `) || (\ :kconfig:`SOC_EMSK_EM9D ` && \ :kconfig:`SOC_EMSK `) || (\ :kconfig:`SOC_NSIM_EM ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_EM7D_V22 ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_SEM ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_HS ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_HS_SMP ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_HS6X ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_HS6X_SMP ` && \ :kconfig:`SOC_NSIM `) || (\ :kconfig:`SOC_NSIM_HS_MPUV6 ` && \ :kconfig:`SOC_NSIM `) || \ :kconfig:`ARC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y - y - y - y - y - n - y - y - y - y - y - y - y - y - y - y - y - y - y - y - y - y - y - y - n - y - y - y - y - y - y - y - y - y Kconfig definitions =================== At ``/arc/snps_arc_iot/Kconfig.defconfig:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_ARC_IOT ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em4:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_emsdp/Kconfig.defconfig:14`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSDP_EM4 && SOC_ARC_EMSDP ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em5d:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_emsdp/Kconfig.defconfig:15`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSDP_EM5D && SOC_ARC_EMSDP ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em6:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_emsdp/Kconfig.defconfig:16`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSDP_EM6 && SOC_ARC_EMSDP ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em7d:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_emsdp/Kconfig.defconfig:17`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSDP_EM7D && SOC_ARC_EMSDP ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em7d_esp:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_emsdp/Kconfig.defconfig:18`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSDP_EM7D_ESP && SOC_ARC_EMSDP ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em9d:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_emsdp/Kconfig.defconfig:19`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSDP_EM9D && SOC_ARC_EMSDP ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em11d:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_emsdp/Kconfig.defconfig:20`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSDP_EM11D && SOC_ARC_EMSDP ---- At ``/arc/snps_emsk/Kconfig.defconfig.em7d:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_emsk/Kconfig.defconfig:10`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSK_EM7D && SOC_EMSK ---- At ``/arc/snps_emsk/Kconfig.defconfig.em11d:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_emsk/Kconfig.defconfig:11`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default n depends on SOC_EMSK_EM11D && SOC_EMSK ---- At ``/arc/snps_emsk/Kconfig.defconfig.em9d:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_emsk/Kconfig.defconfig:12`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSK_EM9D && SOC_EMSK ---- At ``/arc/snps_nsim/Kconfig.defconfig.em:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_nsim/Kconfig.defconfig:12`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_EM && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.em7d_v22:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_nsim/Kconfig.defconfig:13`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_EM7D_V22 && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.sem:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_nsim/Kconfig.defconfig:14`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_SEM && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.hs:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_nsim/Kconfig.defconfig:15`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_HS && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.hs_smp:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_nsim/Kconfig.defconfig:16`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_HS_SMP && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.hs6x:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_nsim/Kconfig.defconfig:17`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_HS6X && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.hs6x_smp:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_nsim/Kconfig.defconfig:18`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_HS6X_SMP && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.hs_mpuv6:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arc/snps_nsim/Kconfig.defconfig:19`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_HS_MPUV6 && SOC_NSIM ---- At ``/arc/snps_arc_iot/Kconfig.defconfig:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_ARC_IOT ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em4:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_emsdp/Kconfig.defconfig:14`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSDP_EM4 && SOC_ARC_EMSDP ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em5d:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_emsdp/Kconfig.defconfig:15`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSDP_EM5D && SOC_ARC_EMSDP ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em6:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_emsdp/Kconfig.defconfig:16`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSDP_EM6 && SOC_ARC_EMSDP ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em7d:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_emsdp/Kconfig.defconfig:17`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSDP_EM7D && SOC_ARC_EMSDP ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em7d_esp:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_emsdp/Kconfig.defconfig:18`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSDP_EM7D_ESP && SOC_ARC_EMSDP ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em9d:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_emsdp/Kconfig.defconfig:19`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSDP_EM9D && SOC_ARC_EMSDP ---- At ``/arc/snps_emsdp/Kconfig.defconfig.em11d:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_emsdp/Kconfig.defconfig:20`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSDP_EM11D && SOC_ARC_EMSDP ---- At ``/arc/snps_emsk/Kconfig.defconfig.em7d:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_emsk/Kconfig.defconfig:10`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSK_EM7D && SOC_EMSK ---- At ``/arc/snps_emsk/Kconfig.defconfig.em11d:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_emsk/Kconfig.defconfig:11`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default n depends on SOC_EMSK_EM11D && SOC_EMSK ---- At ``/arc/snps_emsk/Kconfig.defconfig.em9d:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_emsk/Kconfig.defconfig:12`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_EMSK_EM9D && SOC_EMSK ---- At ``/arc/snps_nsim/Kconfig.defconfig.em:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_nsim/Kconfig.defconfig:12`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_EM && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.em7d_v22:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_nsim/Kconfig.defconfig:13`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_EM7D_V22 && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.sem:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_nsim/Kconfig.defconfig:14`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_SEM && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.hs:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_nsim/Kconfig.defconfig:15`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_HS && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.hs_smp:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_nsim/Kconfig.defconfig:16`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_HS_SMP && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.hs6x:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_nsim/Kconfig.defconfig:17`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_HS6X && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.hs6x_smp:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_nsim/Kconfig.defconfig:18`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_HS6X_SMP && SOC_NSIM ---- At ``/arc/snps_nsim/Kconfig.defconfig.hs_mpuv6:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arc/snps_nsim/Kconfig.defconfig:19`` Menu path: (Top) .. code-block:: kconfig config HARVARD bool default y depends on SOC_NSIM_HS_MPUV6 && SOC_NSIM ---- At ``/arc/Kconfig:252`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options → ARC CPU Options .. code-block:: kconfig config HARVARD bool "Harvard Architecture" depends on ARC help The ARC CPU can be configured to have two busses; one for instruction fetching and another that serves as a data bus. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*