aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 5cd695f905a1..5e0014e864f3 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1756,14 +1756,14 @@ config KVM_GUEST
1756 help 1756 help
1757 Select this option if building a guest kernel for KVM (Trap & Emulate) mode 1757 Select this option if building a guest kernel for KVM (Trap & Emulate) mode
1758 1758
1759config KVM_HOST_FREQ 1759config KVM_GUEST_TIMER_FREQ
1760 int "KVM Host Processor Frequency (MHz)" 1760 int "Count/Compare Timer Frequency (MHz)"
1761 depends on KVM_GUEST 1761 depends on KVM_GUEST
1762 default 500 1762 default 100
1763 help 1763 help
1764 Select this option if building a guest kernel for KVM to skip 1764 Set this to non-zero if building a guest kernel for KVM to skip RTC
1765 RTC emulation when determining guest CPU Frequency. Instead, the guest 1765 emulation when determining guest CPU Frequency. Instead, the guest's
1766 processor frequency is automatically derived from the host frequency. 1766 timer frequency is specified directly.
1767 1767
1768choice 1768choice
1769 prompt "Kernel page size" 1769 prompt "Kernel page size"