The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SS_RESET_VECTOR

Sensor Subsystem Reset Vector

Type: hex

Help

Sensor subsystem reset vector. This value is needed to init the ARC system on the SoC.

Direct dependencies

BOARD_ARDUINO_101 || BOARD_TINYTILE || (X86 && SOC_QUARK_SE_C1000)

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

Defaults

Kconfig definitions

At boards/x86/arduino_101/Kconfig.defconfig:11

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config SS_RESET_VECTOR
    hex
    default 0x40034000 if BOARD_ARDUINO_101
    depends on BOARD_ARDUINO_101

At boards/x86/tinytile/Kconfig.defconfig:11

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config SS_RESET_VECTOR
    hex
    default 0x40034000 if BOARD_TINYTILE
    depends on BOARD_TINYTILE

At soc/x86/intel_quark/quark_se/Kconfig:18

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/x86/intel_quark/Kconfig:18

Menu path: (top menu) → Hardware Configuration

config SS_RESET_VECTOR
    hex
    prompt "Sensor Subsystem Reset Vector" if X86 && SOC_QUARK_SE_C1000
    default 0x40000000 if X86 && SOC_QUARK_SE_C1000
    depends on X86 && SOC_QUARK_SE_C1000
    help
      Sensor subsystem reset vector. This value is needed to init the ARC
      system on the SoC.

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