soc/ibm/power9/*: add file structure for SOC
[coreboot.git] / src / soc / ibm / power9 / Kconfig
blob9f3323b63b946dff0584e935207460617e1195af
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config 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.
12 if SOC_IBM_POWER9
13         # nothing here yet
14 endif