soc/intel: convert XTAL frequency constant to Kconfig
This converts the constant for the XTAL frequency to a Kconfig option. Change-Id: I1382dd274eeb9cb748f94c34f5d9a83880624c18 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46018 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
fe6070f728
commit
dadcbfbe8c
25 changed files with 85 additions and 63 deletions
|
|
@ -99,6 +99,11 @@ config INTEL_TME
|
|||
it would get enabled. If CPU supports MKTME, this same config option
|
||||
enables MKTME.
|
||||
|
||||
config CPU_XTAL_HZ
|
||||
int
|
||||
help
|
||||
Base clock which virtually everything runs on.
|
||||
|
||||
config CPU_SUPPORTS_PM_TIMER_EMULATION
|
||||
bool
|
||||
default n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue