aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 12bf96334174..11bc17ce0ebf 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -91,6 +91,9 @@ config MACH_DECSTATION
91 select BOOT_ELF32 91 select BOOT_ELF32
92 select CEVT_R4K 92 select CEVT_R4K
93 select CSRC_R4K 93 select CSRC_R4K
94 select CPU_DADDI_WORKAROUNDS if 64BIT
95 select CPU_R4000_WORKAROUNDS if 64BIT
96 select CPU_R4400_WORKAROUNDS if 64BIT
94 select DMA_NONCOHERENT 97 select DMA_NONCOHERENT
95 select NO_IOPORT 98 select NO_IOPORT
96 select IRQ_CPU 99 select IRQ_CPU
@@ -1606,6 +1609,19 @@ config GENERIC_CLOCKEVENTS_BROADCAST
1606 bool 1609 bool
1607 1610
1608# 1611#
1612# CPU non-features
1613#
1614config CPU_DADDI_WORKAROUNDS
1615 bool
1616
1617config CPU_R4000_WORKAROUNDS
1618 bool
1619 select CPU_R4400_WORKAROUNDS
1620
1621config CPU_R4400_WORKAROUNDS
1622 bool
1623
1624#
1609# Use the generic interrupt handling code in kernel/irq/: 1625# Use the generic interrupt handling code in kernel/irq/:
1610# 1626#
1611config GENERIC_HARDIRQS 1627config GENERIC_HARDIRQS