aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 424ff744d07f..52c80c2a57f2 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -721,7 +721,11 @@ config CEVT_DS1287
721config CEVT_GT641XX 721config CEVT_GT641XX
722 bool 722 bool
723 723
724config CEVT_R4K_LIB
725 bool
726
724config CEVT_R4K 727config CEVT_R4K
728 select CEVT_R4K_LIB
725 bool 729 bool
726 730
727config CEVT_SB1250 731config CEVT_SB1250
@@ -736,7 +740,11 @@ config CSRC_BCM1480
736config CSRC_IOASIC 740config CSRC_IOASIC
737 bool 741 bool
738 742
743config CSRC_R4K_LIB
744 bool
745
739config CSRC_R4K 746config CSRC_R4K
747 select CSRC_R4K_LIB
740 bool 748 bool
741 749
742config CSRC_SB1250 750config CSRC_SB1250