Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375169
b: refs/heads/master
c: 2235a54
h: refs/heads/master
i:
  375167: d73c1e5
v: v3
  • Loading branch information
Sanjay Lal authored and Ralf Baechle committed May 8, 2013
1 parent c744669 commit d27f010
Show file tree
Hide file tree
Showing 7 changed files with 986 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc0460d0dfb19d4887f509a2573197ca0f417ce9
refs/heads/master: 2235a54deaba06cd814f0f5815c98ad4dd5a6c4f
4 changes: 4 additions & 0 deletions trunk/arch/mips/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ obj- := $(platform-)
obj-y += kernel/
obj-y += mm/
obj-y += math-emu/

ifdef CONFIG_KVM
obj-y += kvm/
endif
18 changes: 18 additions & 0 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1242,6 +1242,7 @@ config CPU_MIPS32_R2
select CPU_HAS_PREFETCH
select CPU_SUPPORTS_32BIT_KERNEL
select CPU_SUPPORTS_HIGHMEM
select HAVE_KVM
help
Choose this option to build a kernel for release 2 or later of the
MIPS32 architecture. Most modern embedded systems with a 32-bit
Expand Down Expand Up @@ -1743,6 +1744,20 @@ config 64BIT

endchoice

config KVM_GUEST
bool "KVM Guest Kernel"
help
Select this option if building a guest kernel for KVM (Trap & Emulate) mode

config KVM_HOST_FREQ
int "KVM Host Processor Frequency (MHz)"
depends on KVM_GUEST
default 500
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.

choice
prompt "Kernel page size"
default PAGE_SIZE_4KB
Expand Down Expand Up @@ -2023,6 +2038,7 @@ config SB1_PASS_2_1_WORKAROUNDS
depends on CPU_SB1 && CPU_SB1_PASS_2
default y


config 64BIT_PHYS_ADDR
bool

Expand Down Expand Up @@ -2556,3 +2572,5 @@ source "security/Kconfig"
source "crypto/Kconfig"

source "lib/Kconfig"

source "arch/mips/kvm/Kconfig"
Loading

0 comments on commit d27f010

Please sign in to comment.