Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Change-Id: I1aacff869663e1db74cd485787d7103b9ec5602e Reviewed-on: https://review.coreboot.org/c/coreboot/+/78448 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
23 lines
332 B
Plaintext
23 lines
332 B
Plaintext
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config ARCH_PPC64
|
|
bool
|
|
select ARCH_SUPPORTS_CLANG
|
|
|
|
config ARCH_BOOTBLOCK_PPC64
|
|
bool
|
|
select ARCH_PPC64
|
|
select BOOTBLOCK_CUSTOM
|
|
|
|
config ARCH_VERSTAGE_PPC64
|
|
bool
|
|
select ARCH_PPC64
|
|
|
|
config ARCH_ROMSTAGE_PPC64
|
|
bool
|
|
select ARCH_PPC64
|
|
|
|
config ARCH_RAMSTAGE_PPC64
|
|
bool
|
|
select ARCH_PPC64
|