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 && X86)

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

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:10

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config SS_RESET_VECTOR
    hex
    default 0x40034000 if BOARD_TINYTILE
    depends on BOARD_TINYTILE

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

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/x86/Kconfig:21arch/x86/soc/intel_quark/Kconfig:18

Menu path: (top menu) → X86 Architecture Options

config SS_RESET_VECTOR
    hex
    prompt "Sensor Subsystem Reset Vector" if X86 && SOC_QUARK_SE_C1000 && X86
    default 0x40000000 if X86 && SOC_QUARK_SE_C1000 && X86
    depends on X86 && SOC_QUARK_SE_C1000 && X86
    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.)