1## SPDX-License-Identifier: GPL-2.0-only 2 3config SOC_IBM_POWER9 4 bool 5 select ARCH_BOOTBLOCK_PPC64 6 select ARCH_VERSTAGE_PPC64 7 select ARCH_ROMSTAGE_PPC64 8 select ARCH_RAMSTAGE_PPC64 9 help 10 This SoC is the minimal template working on POWER9 Talos II platform. 11 12if SOC_IBM_POWER9 13 # nothing here yet 14endif 15