diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-02-16 23:24:26 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-02-18 01:26:51 +0100 |
commit | a2f79d5971d3d29c9a3ef006e4ca9b852a3b864f (patch) | |
tree | e4393a2b2dec1db340c381f0f4f4f4a297ac372c /src/cpu/amd/model_10xxx/Kconfig | |
parent | 7711c0d5c1170d856c87d9963a790457b55403db (diff) |
cpu/amd/model_10xxx: Add monotonic timer support
Change-Id: Idf37d51c6b53ae85dc96fb609531ceda06ec948c
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/8470
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Aaron Durbin <adurbin@gmail.com>
Diffstat (limited to 'src/cpu/amd/model_10xxx/Kconfig')
-rw-r--r-- | src/cpu/amd/model_10xxx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig index 1b79eb08d9..cd69caecf3 100644 --- a/src/cpu/amd/model_10xxx/Kconfig +++ b/src/cpu/amd/model_10xxx/Kconfig @@ -9,6 +9,7 @@ config CPU_AMD_MODEL_10XXX select MMCONF_SUPPORT_DEFAULT select TSC_SYNC_LFENCE select UDELAY_LAPIC + select HAVE_MONOTONIC_TIMER select SUPPORT_CPU_UCODE_IN_CBFS if CPU_AMD_MODEL_10XXX |