From a231d2c13e9922f859ff14e35bc5a7c0cddb52cd Mon Sep 17 00:00:00 2001 From: Tim Chu Date: Tue, 13 Dec 2022 10:50:10 +0000 Subject: [PATCH] soc/intel/xeon_sp/Kconfig: set up HPET_MIN_TICKS Signed-off-by: Tim Chu Change-Id: I3256c3c6a4ea331efae00d78192355a1fd78d6d2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71140 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas Reviewed-by: David Hendricks --- src/soc/intel/xeon_sp/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/soc/intel/xeon_sp/Kconfig b/src/soc/intel/xeon_sp/Kconfig index 784fd2e250..16864796bb 100644 --- a/src/soc/intel/xeon_sp/Kconfig +++ b/src/soc/intel/xeon_sp/Kconfig @@ -120,6 +120,10 @@ config HEAP_SIZE hex default 0x80000 +config HPET_MIN_TICKS + hex + default 0x80 + config SOC_INTEL_XEON_RAS bool select SOC_ACPI_HEST