aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/Kconfig
blob: 7cb5da0893cdc54fac305d390536aa68e8d8249e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config SERIAL_CPU_INIT
	bool
	default y

config UDELAY_TSC
	bool
	default n

config TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
	bool
	default n

config XIP_ROM_BASE
	hex
	default 0xfffe0000

config XIP_ROM_SIZE
	hex
	default 0x2000