CONFIG_HARVARD

Harvard Architecture

Type: bool

Help

The ARC CPU can be configured to have two busses; one for instruction fetching and another that serves as a data bus.

Direct dependencies

SOC_QUARK_SE_C1000_SS || (SOC_EMSK_EM7D && SOC_EMSK) || (SOC_EMSK_EM11D && SOC_EMSK) || (SOC_EMSK_EM9D && SOC_EMSK) || (SOC_NSIM_EM && SOC_NSIM) || (SOC_NSIM_SEM && SOC_NSIM) || ARC

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

Defaults

Kconfig definitions

At arch/arc/soc/quark_se_c1000_ss/Kconfig.defconfig:28

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config HARVARD
    bool
    default "n" if SOC_QUARK_SE_C1000_SS
    depends on SOC_QUARK_SE_C1000_SS

At arch/arc/soc/snps_emsk/Kconfig.defconfig.em7d:34

Included via Kconfig:10Kconfig.zephyr:20arch/arc/soc/snps_emsk/Kconfig.defconfig:14

Menu path: (top menu)

config HARVARD
    bool
    default "y" if SOC_EMSK_EM7D && SOC_EMSK
    depends on SOC_EMSK_EM7D && SOC_EMSK

At arch/arc/soc/snps_emsk/Kconfig.defconfig.em11d:29

Included via Kconfig:10Kconfig.zephyr:20arch/arc/soc/snps_emsk/Kconfig.defconfig:15

Menu path: (top menu)

config HARVARD
    bool
    default "n" if SOC_EMSK_EM11D && SOC_EMSK
    depends on SOC_EMSK_EM11D && SOC_EMSK

At arch/arc/soc/snps_emsk/Kconfig.defconfig.em9d:29

Included via Kconfig:10Kconfig.zephyr:20arch/arc/soc/snps_emsk/Kconfig.defconfig:16

Menu path: (top menu)

config HARVARD
    bool
    default "y" if SOC_EMSK_EM9D && SOC_EMSK
    depends on SOC_EMSK_EM9D && SOC_EMSK

At arch/arc/soc/snps_nsim/Kconfig.defconfig.em:30

Included via Kconfig:10Kconfig.zephyr:20arch/arc/soc/snps_nsim/Kconfig.defconfig:17

Menu path: (top menu)

config HARVARD
    bool
    default "y" if SOC_NSIM_EM && SOC_NSIM
    depends on SOC_NSIM_EM && SOC_NSIM

At arch/arc/soc/snps_nsim/Kconfig.defconfig.sem:30

Included via Kconfig:10Kconfig.zephyr:20arch/arc/soc/snps_nsim/Kconfig.defconfig:18

Menu path: (top menu)

config HARVARD
    bool
    default "y" if SOC_NSIM_SEM && SOC_NSIM
    depends on SOC_NSIM_SEM && SOC_NSIM

At arch/arc/Kconfig:136

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

Menu path: (top menu) → ARC Options → ARCv2 Family Options

config HARVARD
    bool
    prompt "Harvard Architecture" if ARC
    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.

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