mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
MIPS: Enable build for new system 'paravirt'
Signed-off-by: David Daney <david.daney@cavium.com> Signed-off-by: Andreas Herrmann <andreas.herrmann@caviumnetworks.com> Cc: linux-mips@linux-mips.org Cc: James Hogan <james.hogan@imgtec.com> Cc: kvm@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/7015/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
ae6e7e635c
commit
9bc463be7d
2 changed files with 20 additions and 0 deletions
|
@ -18,6 +18,7 @@ platforms += loongson1
|
||||||
platforms += mti-malta
|
platforms += mti-malta
|
||||||
platforms += mti-sead3
|
platforms += mti-sead3
|
||||||
platforms += netlogic
|
platforms += netlogic
|
||||||
|
platforms += paravirt
|
||||||
platforms += pmcs-msp71xx
|
platforms += pmcs-msp71xx
|
||||||
platforms += pnx833x
|
platforms += pnx833x
|
||||||
platforms += ralink
|
platforms += ralink
|
||||||
|
|
|
@ -805,6 +805,25 @@ config NLM_XLP_BOARD
|
||||||
This board is based on Netlogic XLP Processor.
|
This board is based on Netlogic XLP Processor.
|
||||||
Say Y here if you have a XLP based board.
|
Say Y here if you have a XLP based board.
|
||||||
|
|
||||||
|
config MIPS_PARAVIRT
|
||||||
|
bool "Para-Virtualized guest system"
|
||||||
|
select CEVT_R4K
|
||||||
|
select CSRC_R4K
|
||||||
|
select DMA_COHERENT
|
||||||
|
select SYS_SUPPORTS_64BIT_KERNEL
|
||||||
|
select SYS_SUPPORTS_32BIT_KERNEL
|
||||||
|
select SYS_SUPPORTS_BIG_ENDIAN
|
||||||
|
select SYS_SUPPORTS_SMP
|
||||||
|
select NR_CPUS_DEFAULT_4
|
||||||
|
select SYS_HAS_EARLY_PRINTK
|
||||||
|
select SYS_HAS_CPU_MIPS32_R2
|
||||||
|
select SYS_HAS_CPU_MIPS64_R2
|
||||||
|
select SYS_HAS_CPU_CAVIUM_OCTEON
|
||||||
|
select HW_HAS_PCI
|
||||||
|
select SWAP_IO_SPACE
|
||||||
|
help
|
||||||
|
This option supports guest running under ????
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
source "arch/mips/alchemy/Kconfig"
|
source "arch/mips/alchemy/Kconfig"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue