-
CONFIG_ARCH
¶
(No prompt – not directly user assignable.)
Type: string
Help¶
System architecture string.
Defaults¶
Kconfig definitions¶
At arch/arc/Kconfig:24
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → ARC Options
config ARCH string default "arc" ifARC
depends onARC
At arch/arm/Kconfig:28
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → ARM Options
config ARCH string default "arm" ifARM
depends onARM
At arch/nios2/Kconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → Nios II Options
config ARCH string default "nios2" ifNIOS2
depends onNIOS2
At arch/posix/Kconfig:25
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → POSIX (native) Options
config ARCH string default "posix" ifARCH_POSIX
depends onARCH_POSIX
At arch/riscv32/Kconfig:20
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → RISCV32 Options
config ARCH string default "riscv32" ifRISCV32
depends onRISCV32
At arch/x86/Kconfig:23
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → X86 Architecture Options
config ARCH string default "x86" ifX86
depends onX86
At arch/xtensa/Kconfig:58
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → XTENSA Options
config ARCH string default "xtensa" ifXTENSA
depends onXTENSA
At arch/Kconfig:287
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config ARCH
string
help
System architecture string.
(Definitions include propagated dependencies, including from if’s and menus.)