• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## SPDX-License-Identifier: GPL-2.0-only
2
3config CPU_QEMU_POWER8
4	bool
5	select ARCH_BOOTBLOCK_PPC64
6	select ARCH_VERSTAGE_PPC64
7	select ARCH_ROMSTAGE_PPC64
8	select ARCH_RAMSTAGE_PPC64
9	select NO_MONOTONIC_TIMER
10