Remove XIP_ROM_BASE
[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 0x10000
33
34 config CPU_ADDR_BITS
35         int
36         default 36
37
38 config LOGICAL_CPUS
39         bool
40         default y
41
42