summaryrefslogtreecommitdiffstats
path: root/src/soc/ibm/power9/Kconfig
blob: 9f3323b63b946dff0584e935207460617e1195af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SPDX-License-Identifier: GPL-2.0-only

config SOC_IBM_POWER9
	bool
	select ARCH_BOOTBLOCK_PPC64
	select ARCH_VERSTAGE_PPC64
	select ARCH_ROMSTAGE_PPC64
	select ARCH_RAMSTAGE_PPC64
	help
	  This SoC is the minimal template working on POWER9 Talos II platform.

if SOC_IBM_POWER9
	# nothing here yet
endif