mb/google/nissa/var/gothrax: Add probe and GPIO config for HDMI and
[coreboot2.git] / src / soc / ibm / power9 / Kconfig
blob232beb77f98f0c109183af3e1a23b66d4e2cf732
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
14 config SIGNING_KEYS_DIR
15         string "Directory with OpenPower signing keys"
16         default ""
17         help
18           Specifies path to directory containing hw_key_{a,b,c}.key
19           and sw_key_p.key files (all in PEM format).  Key name suffixes
20           correspond to options of create-container from OpenPower
21           Signing Utils.  By default, test keys are used.
23 endif