diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-05-09 11:56:40 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-09 11:56:40 -0400 |
commit | 5e0e61dd2c89c673f89fb57dcd3cc746dc0c1706 (patch) | |
tree | 5ebe6156cbc8620625b736a5c9f4d3f47e6d9ebc /arch/mips/Kconfig | |
parent | 9b3539e0e545e4c2f338acfc1ce52033a6f5e7f7 (diff) | |
parent | 50c8308538dc9671490d6cb65259ef0ed79f5d13 (diff) |
Merge branch 'next/kvm' into mips-for-linux-next
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c1997db9c57c..0cb6f5ffeecd 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1234,6 +1234,7 @@ config CPU_MIPS32_R2 | |||
1234 | select CPU_HAS_PREFETCH | 1234 | select CPU_HAS_PREFETCH |
1235 | select CPU_SUPPORTS_32BIT_KERNEL | 1235 | select CPU_SUPPORTS_32BIT_KERNEL |
1236 | select CPU_SUPPORTS_HIGHMEM | 1236 | select CPU_SUPPORTS_HIGHMEM |
1237 | select HAVE_KVM | ||
1237 | help | 1238 | help |
1238 | Choose this option to build a kernel for release 2 or later of the | 1239 | Choose this option to build a kernel for release 2 or later of the |
1239 | MIPS32 architecture. Most modern embedded systems with a 32-bit | 1240 | MIPS32 architecture. Most modern embedded systems with a 32-bit |
@@ -1734,6 +1735,20 @@ config 64BIT | |||
1734 | 1735 | ||
1735 | endchoice | 1736 | endchoice |
1736 | 1737 | ||
1738 | config KVM_GUEST | ||
1739 | bool "KVM Guest Kernel" | ||
1740 | help | ||
1741 | Select this option if building a guest kernel for KVM (Trap & Emulate) mode | ||
1742 | |||
1743 | config KVM_HOST_FREQ | ||
1744 | int "KVM Host Processor Frequency (MHz)" | ||
1745 | depends on KVM_GUEST | ||
1746 | default 500 | ||
1747 | help | ||
1748 | Select this option if building a guest kernel for KVM to skip | ||
1749 | RTC emulation when determining guest CPU Frequency. Instead, the guest | ||
1750 | processor frequency is automatically derived from the host frequency. | ||
1751 | |||
1737 | choice | 1752 | choice |
1738 | prompt "Kernel page size" | 1753 | prompt "Kernel page size" |
1739 | default PAGE_SIZE_4KB | 1754 | default PAGE_SIZE_4KB |
@@ -2014,6 +2029,7 @@ config SB1_PASS_2_1_WORKAROUNDS | |||
2014 | depends on CPU_SB1 && CPU_SB1_PASS_2 | 2029 | depends on CPU_SB1 && CPU_SB1_PASS_2 |
2015 | default y | 2030 | default y |
2016 | 2031 | ||
2032 | |||
2017 | config 64BIT_PHYS_ADDR | 2033 | config 64BIT_PHYS_ADDR |
2018 | bool | 2034 | bool |
2019 | 2035 | ||
@@ -2547,3 +2563,5 @@ source "security/Kconfig" | |||
2547 | source "crypto/Kconfig" | 2563 | source "crypto/Kconfig" |
2548 | 2564 | ||
2549 | source "lib/Kconfig" | 2565 | source "lib/Kconfig" |
2566 | |||
2567 | source "arch/mips/kvm/Kconfig" | ||