From a3391e5f7a0d9d26c71092aaeab13d2fe5a133c6 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 24 Mar 2023 00:20:02 +0100 Subject: soc/amd/stoneyridge/Kconfig: select SOC_AMD_COMMON_BLOCK_SVI2 Stoneyridge uses the serial voltage ID 2 standard to tell the VRM on the board which voltage it wants, so select the SOC_AMD_COMMON_BLOCK_SVI2 Kconfig option to have the corresponding code to decode the raw SVI2 value into a voltage. Signed-off-by: Felix Held Change-Id: I7d7031d9ad997a86c18d0e9e7af9a88ddf2d873c Reviewed-on: https://review.coreboot.org/c/coreboot/+/73999 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/amd/stoneyridge/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 1c114fb099..6e1deb1a2c 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -39,6 +39,7 @@ config SOC_AMD_STONEYRIDGE select SOC_AMD_COMMON_BLOCK_SMI select SOC_AMD_COMMON_BLOCK_SMM select SOC_AMD_COMMON_BLOCK_SPI + select SOC_AMD_COMMON_BLOCK_SVI2 select SOC_AMD_COMMON_BLOCK_UART select SSE2 select TSC_SYNC_LFENCE -- cgit v1.2.3