Add an option to keep the ROM cached after romstage
[coreboot.git] / src / cpu / x86 / Kconfig
1 config SERIAL_CPU_INIT
2         bool
3         default y
4
5 config WAIT_BEFORE_CPUS_INIT
6         bool
7         default n
8
9 config UDELAY_IO
10         bool
11         default y if !UDELAY_LAPIC && !UDELAY_TSC
12         default n
13
14 config UDELAY_LAPIC
15         bool
16         default n
17
18 config UDELAY_TSC
19         bool
20         default n
21
22 config UDELAY_TIMER2
23         bool
24         default n
25
26 config TSC_CALIBRATE_WITH_IO
27         bool
28         default n
29
30 config XIP_ROM_SIZE
31         hex
32         default ROM_SIZE if ROMCC
33         default 0x10000
34
35 config CPU_ADDR_BITS
36         int
37         default 36
38
39 config LOGICAL_CPUS
40         bool
41         default y
42
43 config CACHE_ROM
44         bool
45         default n