|
@@ -1756,14 +1756,14 @@ config KVM_GUEST
|
|
|
help
|
|
|
Select this option if building a guest kernel for KVM (Trap & Emulate) mode
|
|
|
|
|
|
-config KVM_HOST_FREQ
|
|
|
- int "KVM Host Processor Frequency (MHz)"
|
|
|
+config KVM_GUEST_TIMER_FREQ
|
|
|
+ int "Count/Compare Timer Frequency (MHz)"
|
|
|
depends on KVM_GUEST
|
|
|
- default 500
|
|
|
+ default 100
|
|
|
help
|
|
|
- Select this option if building a guest kernel for KVM to skip
|
|
|
- RTC emulation when determining guest CPU Frequency. Instead, the guest
|
|
|
- processor frequency is automatically derived from the host frequency.
|
|
|
+ Set this to non-zero if building a guest kernel for KVM to skip RTC
|
|
|
+ emulation when determining guest CPU Frequency. Instead, the guest's
|
|
|
+ timer frequency is specified directly.
|
|
|
|
|
|
choice
|
|
|
prompt "Kernel page size"
|