From 4e03727e63b1af7f5bdb9df42f40801052c6a11d Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 23 Feb 2022 16:35:58 +0100 Subject: arch/x86/Kconfig: add HPET_MIN_TICKS Some Intel southbridges have HPET_MIN_TICKS in their Kconfig files, but the CONFIG_HPET_MIN_TICKS symbol is used in the common acpi code in acpi/acpi.c, so define this option in arch/x86/Kconfig to have it defined in all cases where the function that ends up using this information gets called. Since we now have the type information for this Kconfig option in a central place, it can be dropped from the Kconfig file of the Intel southbridges that change the default value. Signed-off-by: Felix Held Change-Id: Ibe012069dd4b51c15a8fbc6459186ad2ea405a03 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62298 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/southbridge/intel/i82801jx/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/southbridge/intel/i82801jx/Kconfig') diff --git a/src/southbridge/intel/i82801jx/Kconfig b/src/southbridge/intel/i82801jx/Kconfig index 197ed523f6..13357c7238 100644 --- a/src/southbridge/intel/i82801jx/Kconfig +++ b/src/southbridge/intel/i82801jx/Kconfig @@ -30,7 +30,6 @@ config EHCI_BAR default 0xfef00000 config HPET_MIN_TICKS - hex default 0x80 ## Some enterprise variants may require an IFD -- cgit v1.2.3