From b433d26ef11b78dda353723ff7c8797d06f76f21 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 24 May 2018 09:56:11 +0300 Subject: arch/x86: Define HPET_ADDRESS_OVERRIDE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Symbol defined in via/cx700 but also used elsewhere. Change-Id: I31d6043e71dea474de00f609b9609a628ecc6eb8 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/26510 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/arch/x86/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 1facfb9420..8a87778d52 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -193,6 +193,9 @@ config IOAPIC_INTERRUPTS_ON_APIC_SERIAL_BUS bool default n +config HPET_ADDRESS_OVERRIDE + def_bool n + config HPET_ADDRESS hex default 0xfed00000 if !HPET_ADDRESS_OVERRIDE -- cgit v1.2.3