aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 77e3d2402454..2e4ac657a4c3 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -82,6 +82,7 @@ config MACH_DECSTATION
82 bool "DECstations" 82 bool "DECstations"
83 select BOOT_ELF32 83 select BOOT_ELF32
84 select CEVT_R4K 84 select CEVT_R4K
85 select CSRC_IOASIC
85 select CSRC_R4K 86 select CSRC_R4K
86 select CPU_DADDI_WORKAROUNDS if 64BIT 87 select CPU_DADDI_WORKAROUNDS if 64BIT
87 select CPU_R4000_WORKAROUNDS if 64BIT 88 select CPU_R4000_WORKAROUNDS if 64BIT
@@ -784,6 +785,9 @@ config CEVT_TXX9
784config CSRC_BCM1480 785config CSRC_BCM1480
785 bool 786 bool
786 787
788config CSRC_IOASIC
789 bool
790
787config CSRC_R4K 791config CSRC_R4K
788 bool 792 bool
789 793