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
/
ppc64
/
Kconfig
blob
93e49292745e85e872addc358b2412017f041daf
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config ARCH_PPC64
4
bool
5
select ARCH_SUPPORTS_CLANG
6
7
config ARCH_BOOTBLOCK_PPC64
8
bool
9
select ARCH_PPC64
10
select BOOTBLOCK_CUSTOM
11
12
config ARCH_VERSTAGE_PPC64
13
bool
14
select ARCH_PPC64
15
16
config ARCH_ROMSTAGE_PPC64
17
bool
18
select ARCH_PPC64
19
20
config ARCH_RAMSTAGE_PPC64
21
bool
22
select ARCH_PPC64