blob: 58b3f92d3a5f057bf639885c6ac4d4e76a3c2c02 [file] [log] [blame]
Patrick Georgic49d7a32020-05-08 22:50:46 +02001# SPDX-License-Identifier: GPL-2.0-only
Bruce Griffithb266c6b2014-08-10 23:56:45 -06002
Arthur Heymans81a4fef2022-11-01 23:33:45 +01003if CPU_AMD_PI || SOC_AMD_PI
Bruce Griffithb266c6b2014-08-10 23:56:45 -06004
5menu "AMD Platform Initialization"
6
Patrick Georgi0bb83462019-11-22 20:58:58 +01007source "src/vendorcode/amd/pi/Kconfig"
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +03008
Kyösti Mälkki43f6d9d2019-03-14 14:59:31 +02009config AGESA_EXTRA_TIMESTAMPS
10 bool "Add instrumentation for AGESA calls"
11 default n
Kyösti Mälkki43f6d9d2019-03-14 14:59:31 +020012 depends on DRIVERS_AMD_PI
13 help
14 Insert additional timestamps around each entrypoint into
15 AGESA vendorcode.
16
Bruce Griffithb266c6b2014-08-10 23:56:45 -060017endmenu
18
19endif
Arthur Heymans791ce582023-07-13 16:58:55 +020020
21config SOC_AMD_OPENSIL
22 bool
23 help
Felix Heldc7be0782023-12-13 23:09:48 +010024 Select this on SoCs that use openSIL.
Arthur Heymans791ce582023-07-13 16:58:55 +020025
26source "src/vendorcode/amd/opensil/Kconfig"