x86: quark: Specify X86_TSC_TIMER_EARLY_FREQ
authorBin Meng <bmeng.cn@gmail.com>
Sun, 14 Oct 2018 03:52:11 +0000 (20:52 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 22 Oct 2018 09:51:45 +0000 (17:51 +0800)
Specify X86_TSC_TIMER_EARLY_FREQ for Quark SoC so that TSC as
the early timer can be supported.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/quark/Kconfig

index 76f159243f13c6b526b0079e1e237448ba38f0a7..3a18cb0dfc60fac9df517b6c62b869ee0414676c 100644 (file)
@@ -130,4 +130,8 @@ config SYS_CAR_SIZE
          Space in bytes in eSRAM used as Cache-As-ARM (CAR).
          Note this size must not exceed eSRAM's total size.
 
+config X86_TSC_TIMER_EARLY_FREQ
+       int
+       default 400
+
 endif