Add Kconfig options to enable TSEG and set a size
[coreboot.git] / src / cpu / x86 / Kconfig
index ec559b504314b1556c74c603554e3c84b77a38e0..0eaee2ed40bca6fb5036b5598428c9ede6319783 100644 (file)
@@ -19,16 +19,17 @@ config UDELAY_TSC
        bool
        default n
 
-config TSC_CALIBRATE_WITH_IO
+config UDELAY_TIMER2
        bool
        default n
 
-config XIP_ROM_BASE
-       hex
-       default 0xffff0000
+config TSC_CALIBRATE_WITH_IO
+       bool
+       default n
 
 config XIP_ROM_SIZE
        hex
+       default ROM_SIZE if ROMCC
        default 0x10000
 
 config CPU_ADDR_BITS
@@ -39,4 +40,14 @@ config LOGICAL_CPUS
        bool
        default y
 
+config CACHE_ROM
+       bool
+       default n
 
+config SMM_TSEG
+       bool
+       default n
+
+config SMM_TSEG_SIZE
+       hex
+       default 0