• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2
3if CPU_AMD_PI || SOC_AMD_PI
4
5menu "AMD Platform Initialization"
6
7source "src/vendorcode/amd/pi/Kconfig"
8
9config AGESA_EXTRA_TIMESTAMPS
10	bool "Add instrumentation for AGESA calls"
11	default n
12	depends on DRIVERS_AMD_PI
13	help
14	  Insert additional timestamps around each entrypoint into
15	  AGESA vendorcode.
16
17endmenu
18
19endif
20
21config SOC_AMD_OPENSIL
22	bool
23	help
24	  Select this on SoCs that use openSIL.
25
26source "src/vendorcode/amd/opensil/Kconfig"
27