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, 8 insertions, 4 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 797d7f1ad5fe..9337527d778f 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -92,6 +92,10 @@ config MIPS
select SYSCTL_EXCEPTION_TRACE
select VIRT_TO_BUS
+config QEMUMIPS64
+ bool "Enable for qemumips64 specific configurations"
+ default n
+
menu "Machine selection"
choice
@@ -103,17 +107,17 @@ config MIPS_GENERIC
select BOOT_RAW
select BUILTIN_DTB
select CEVT_R4K
- select CLKSRC_MIPS_GIC
select COMMON_CLK
select CPU_MIPSR2_IRQ_EI
select CPU_MIPSR2_IRQ_VI
- select CSRC_R4K
select DMA_PERDEV_COHERENT
select HAVE_PCI
select IRQ_MIPS_CPU
select MIPS_AUTO_PFN_OFFSET
select MIPS_CPU_SCACHE
select MIPS_GIC
+ select CLKSRC_MIPS_GIC if !QEMUMIPS64
+ select CSRC_R4K if !QEMUMIPS64
select MIPS_L1_CACHE_SHIFT_7
select NO_EXCEPT_FILL
select PCI_DRIVERS_GENERIC
@@ -535,9 +539,9 @@ config MIPS_MALTA
select BOOT_RAW
select BUILTIN_DTB
select CEVT_R4K
- select CLKSRC_MIPS_GIC
+ select CLKSRC_MIPS_GIC if !QEMUMIPS64
+ select CSRC_R4K if !QEMUMIPS64
select COMMON_CLK
- select CSRC_R4K
select DMA_MAYBE_COHERENT
select GENERIC_ISA_DMA
select HAVE_PCSPKR_PLATFORM