-
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¶
- 0x40034000 if
BOARD_ARDUINO_101
- 0x40034000 if
BOARD_TINYTILE
- 0x40000000 if
X86
&&SOC_QUARK_SE_C1000
&&X86
Kconfig definitions¶
At boards/x86/arduino_101/Kconfig.defconfig:10
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config SS_RESET_VECTOR hex default 0x40034000 ifBOARD_ARDUINO_101
depends onBOARD_ARDUINO_101
At boards/x86/tinytile/Kconfig.defconfig:10
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config SS_RESET_VECTOR hex default 0x40034000 ifBOARD_TINYTILE
depends onBOARD_TINYTILE
At arch/x86/soc/intel_quark/quark_se/Kconfig:18
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/x86/Kconfig:21
→ arch/x86/soc/intel_quark/Kconfig:18
Menu path: (top menu) → X86 Architecture Options
config SS_RESET_VECTOR hex prompt "Sensor Subsystem Reset Vector" ifX86
&&SOC_QUARK_SE_C1000
&&X86
default 0x40000000 ifX86
&&SOC_QUARK_SE_C1000
&&X86
depends onX86
&&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.)