xref: /aosp_15_r20/external/coreboot/src/arch/ppc64/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config ARCH_PPC64
4	bool
5	select ARCH_SUPPORTS_CLANG
6
7config ARCH_BOOTBLOCK_PPC64
8	bool
9	select ARCH_PPC64
10	select BOOTBLOCK_CUSTOM
11
12config ARCH_VERSTAGE_PPC64
13	bool
14	select ARCH_PPC64
15
16config ARCH_ROMSTAGE_PPC64
17	bool
18	select ARCH_PPC64
19
20config ARCH_RAMSTAGE_PPC64
21	bool
22	select ARCH_PPC64
23