coreboot-kgpe-d16/src/arch/ppc64/Kconfig

20 lines
262 B
Text
Raw Normal View History

config ARCH_PPC64
bool
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