summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp
diff options
context:
space:
mode:
authorTim Chu <Tim.Chu@quantatw.com>2022-12-13 10:50:10 +0000
committerMartin L Roth <gaumless@gmail.com>2023-01-15 02:30:20 +0000
commita231d2c13e9922f859ff14e35bc5a7c0cddb52cd (patch)
tree682262a17a2b2122e116be45e7a8229de6074265 /src/soc/intel/xeon_sp
parent8e4500aa57afd856aa7f0acc57d8e5ba68fea90a (diff)
downloadcoreboot-a231d2c13e9922f859ff14e35bc5a7c0cddb52cd.tar.gz
coreboot-a231d2c13e9922f859ff14e35bc5a7c0cddb52cd.tar.bz2
coreboot-a231d2c13e9922f859ff14e35bc5a7c0cddb52cd.zip
soc/intel/xeon_sp/Kconfig: set up HPET_MIN_TICKS
Signed-off-by: Tim Chu <Tim.Chu@quantatw.com> Change-Id: I3256c3c6a4ea331efae00d78192355a1fd78d6d2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71140 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Diffstat (limited to 'src/soc/intel/xeon_sp')
-rw-r--r--src/soc/intel/xeon_sp/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/Kconfig b/src/soc/intel/xeon_sp/Kconfig
index 784fd2e250f0..16864796bb46 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