blob: 37fd356d30150b195de07cf013be60782e564dc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
##
##
## SPDX-License-Identifier: GPL-2.0-only
config CPU_QEMU_POWER8
bool
select ARCH_BOOTBLOCK_PPC64
select ARCH_VERSTAGE_PPC64
select ARCH_ROMSTAGE_PPC64
select ARCH_RAMSTAGE_PPC64
select NO_MONOTONIC_TIMER
|