diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-05-24 09:56:11 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-05-28 16:10:28 +0000 |
commit | b433d26ef11b78dda353723ff7c8797d06f76f21 (patch) | |
tree | 27da5d07b2eb71301df7a6011f3477896b9e5e78 | |
parent | da8e2ca32e85603f4f2636f2428d1a0d987f7a26 (diff) |
arch/x86: Define HPET_ADDRESS_OVERRIDE
Symbol defined in via/cx700 but also used elsewhere.
Change-Id: I31d6043e71dea474de00f609b9609a628ecc6eb8
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/26510
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r-- | src/arch/x86/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |