mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
HV: Kconfig: Remove CPU_UP_TIMEOUT
This patch remove the over design CPU_UP_TIMEOUT and use CPU_UP_TIMEOUT and CPU_DOWN_TIMEOUT instead. Tracked-On: #2991 Signed-off-by: Kaige Fu <kaige.fu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -107,14 +107,6 @@ config LOG_DESTINATION
|
||||
are 3 destinations available. Bit 0 represents the serial console, bit
|
||||
1 the SOS ACRN log and bit 2 NPK log. Effective only in debug builds.
|
||||
|
||||
config CPU_UP_TIMEOUT
|
||||
int "Timeout in ms when bringing up secondary CPUs"
|
||||
range 100 200
|
||||
default 100
|
||||
help
|
||||
A 32-bit integer specifying the timeout in millisecond when waiting
|
||||
for secondary CPUs to start up.
|
||||
|
||||
choice
|
||||
prompt "Serial IO type"
|
||||
depends on !RELEASE
|
||||
|
Reference in New Issue
Block a user