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