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:
Kaige Fu
2019-04-18 14:33:42 +00:00
committed by wenlingz
parent 565f3c723a
commit cfe8637cc1
2 changed files with 5 additions and 10 deletions

View File

@@ -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