crossgcc: Upgrade CMake from 3.29.3 to 3.30.2
[coreboot.git] / src / vendorcode / amd / Kconfig
blob58b3f92d3a5f057bf639885c6ac4d4e76a3c2c02
1 # SPDX-License-Identifier: GPL-2.0-only
3 if CPU_AMD_PI || SOC_AMD_PI
5 menu "AMD Platform Initialization"
7 source "src/vendorcode/amd/pi/Kconfig"
9 config 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.
17 endmenu
19 endif
21 config SOC_AMD_OPENSIL
22         bool
23         help
24           Select this on SoCs that use openSIL.
26 source "src/vendorcode/amd/opensil/Kconfig"