aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/Kconfig
blob: 348f0ef92dcc18d1b03af86c39ea4a8de9b69b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
config SERIAL_CPU_INIT
	bool
	default y

config WAIT_BEFORE_CPUS_INIT
	bool
	default n

config UDELAY_IO
	bool
	default y if !UDELAY_LAPIC && !UDELAY_TSC
	default n

config UDELAY_LAPIC
	bool
	default n

config UDELAY_TSC
	bool
	default n

config UDELAY_TIMER2
	bool
	default n

config TSC_CALIBRATE_WITH_IO
	bool
	default n

config XIP_ROM_SIZE
	hex
	default 0x10000

config CPU_ADDR_BITS
	int
	default 36

config LOGICAL_CPUS
	bool
	default y