]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/x86/cpu/quark/Kconfig
x86: kconfig: Select ARCH_MISC_INIT in the platform Kconfig
[people/ms/u-boot.git] / arch / x86 / cpu / quark / Kconfig
index bc961ef07cfb4cfd39a01f0ff2a012ca12921cb4..641aa2206835531461ab458ab9486e01b66cb3cb 100644 (file)
@@ -7,7 +7,7 @@
 config INTEL_QUARK
        bool
        select HAVE_RMU
-       select TSC_CALIBRATION_BYPASS
+       select ARCH_MISC_INIT
 
 if INTEL_QUARK
 
@@ -119,8 +119,4 @@ 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 TSC_FREQ_IN_MHZ
-       int
-       default 400
-
 endif