diff options
-rw-r--r-- | src/cpu/amd/geode_lx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/amd/geode_lx/Kconfig b/src/cpu/amd/geode_lx/Kconfig index 7deb100fa3..ac59c3fc37 100644 --- a/src/cpu/amd/geode_lx/Kconfig +++ b/src/cpu/amd/geode_lx/Kconfig @@ -6,6 +6,7 @@ if CPU_AMD_GEODE_LX config CPU_SPECIFIC_OPTIONS def_bool y select CACHE_AS_RAM + select TSC_MONOTONIC_TIMER config DCACHE_RAM_BASE hex |