eed7d8f26f3233cf779e76067306c82f9e34ec4d
[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_BASE
31         hex
32         default 0xffff0000
33
34 config XIP_ROM_SIZE
35         hex
36         default 0x10000
37
38 config CPU_ADDR_BITS
39         int
40         default 36
41
42 config LOGICAL_CPUS
43         bool
44         default y
45
46