From b582ce08140e693831adc8521950eb571d0588c2 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 22 Feb 2022 17:38:07 +0100 Subject: arch/x86/Kconfig: drop HPET_ADDRESS_OVERRIDE Commit b433d26ef11b78dda353723ff7c8797d06f76f21 (arch/x86: Define HPET_ADDRESS_OVERRIDE) added this Kconfig option and referenced the via/cx700 chipset which has been dropped before the 4.9 release. No SoC in the current tree selects HPET_ADDRESS_OVERRIDE and all SoCs have their HPET mapped at 0xfed00000, so drop this unused and no longer needed Kconfig option. Signed-off-by: Felix Held Change-Id: I4021ed6f84473c7a9223323fc8aa5d3f935d8084 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62276 Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- src/arch/x86/Kconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 207654d8a9b2..d218e9195f9d 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -191,12 +191,9 @@ config CMOS_DEFAULT_FILE default "src/mainboard/\$(MAINBOARDDIR)/cmos.default" depends on HAVE_CMOS_DEFAULT -config HPET_ADDRESS_OVERRIDE - def_bool n - config HPET_ADDRESS hex - default 0xfed00000 if !HPET_ADDRESS_OVERRIDE + default 0xfed00000 config C_ENV_BOOTBLOCK_SIZE hex -- cgit v1.2.3