repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/xeon_sp/spr: Drop microcode constraints
[coreboot2.git]
/
src
/
arch
/
arm
/
Kconfig
blob
64fe915c4b3162f0f8ff8c75b9e28d6c7e746b18
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config ARCH_ARM
4
bool
5
6
config ARCH_BOOTBLOCK_ARM
7
bool
8
select ARCH_ARM
9
10
config ARCH_VERSTAGE_ARM
11
bool
12
select ARCH_ARM
13
14
config ARCH_ROMSTAGE_ARM
15
bool
16
select ARCH_ARM
17
18
config ARCH_RAMSTAGE_ARM
19
bool
20
select ARCH_ARM
21
22
source "src/arch/arm/armv4/Kconfig"
23
source "src/arch/arm/armv7/Kconfig"
24
25
config ARM_LPAE
26
bool
27
default n