2009-08-12 17:00:51 +02:00
|
|
|
config SERIAL_CPU_INIT
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2009-09-25 20:43:02 +02:00
|
|
|
config WAIT_BEFORE_CPUS_INIT
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2009-10-06 22:48:07 +02:00
|
|
|
config UDELAY_IO
|
|
|
|
bool
|
2010-01-04 21:09:27 +01:00
|
|
|
default y if !UDELAY_LAPIC && !UDELAY_TSC
|
2009-10-06 22:48:07 +02:00
|
|
|
default n
|
|
|
|
|
|
|
|
config UDELAY_LAPIC
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2009-08-29 05:00:51 +02:00
|
|
|
config UDELAY_TSC
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2009-08-12 17:00:51 +02:00
|
|
|
config XIP_ROM_BASE
|
|
|
|
hex
|
|
|
|
default 0xfffe0000
|
|
|
|
|
2009-08-25 14:19:28 +02:00
|
|
|
config XIP_ROM_SIZE
|
2009-08-12 17:00:51 +02:00
|
|
|
hex
|
2009-09-22 20:49:08 +02:00
|
|
|
default 0x20000
|