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 daeafe26cfb2..8f8666c8f28d 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -296,6 +296,7 @@ config MIPS_MALTA
296 select BOOT_RAW 296 select BOOT_RAW
297 select CEVT_R4K 297 select CEVT_R4K
298 select CSRC_R4K 298 select CSRC_R4K
299 select CSRC_GIC
299 select DMA_NONCOHERENT 300 select DMA_NONCOHERENT
300 select GENERIC_ISA_DMA 301 select GENERIC_ISA_DMA
301 select HAVE_PCSPKR_PLATFORM 302 select HAVE_PCSPKR_PLATFORM
@@ -928,6 +929,9 @@ config CSRC_POWERTV
928config CSRC_R4K 929config CSRC_R4K
929 bool 930 bool
930 931
932config CSRC_GIC
933 bool
934
931config CSRC_SB1250 935config CSRC_SB1250
932 bool 936 bool
933 937