soc/intel/xeon_sp/spr: Drop microcode constraints
[coreboot2.git] / src / arch / arm / Kconfig
blob64fe915c4b3162f0f8ff8c75b9e28d6c7e746b18
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config ARCH_ARM
4         bool
6 config ARCH_BOOTBLOCK_ARM
7         bool
8         select ARCH_ARM
10 config ARCH_VERSTAGE_ARM
11         bool
12         select ARCH_ARM
14 config ARCH_ROMSTAGE_ARM
15         bool
16         select ARCH_ARM
18 config ARCH_RAMSTAGE_ARM
19         bool
20         select ARCH_ARM
22 source "src/arch/arm/armv4/Kconfig"
23 source "src/arch/arm/armv7/Kconfig"
25 config ARM_LPAE
26         bool
27         default n