aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-10-31 21:57:55 -0400
committerRalf Baechle <ralf@linux-mips.org>2007-11-02 12:13:47 -0400
commit217dd11e9d0442767fa13c9c188be0b92dc93d7e (patch)
tree9557e15fbad397fcc5a707e85cf1a68132ee6c31 /arch/mips/Kconfig
parentf3f9ad0edcc1b7bf154bb34fe3b3f71e5379c9f0 (diff)
[MIPS] Sibyte: Split and move clock code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 97da953eb5d0..3778c3bbcd28 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -733,15 +733,27 @@ config ARCH_MAY_HAVE_PC_FDC
733config BOOT_RAW 733config BOOT_RAW
734 bool 734 bool
735 735
736config CEVT_BCM1480
737 bool
738
736config CEVT_GT641XX 739config CEVT_GT641XX
737 bool 740 bool
738 741
739config CEVT_R4K 742config CEVT_R4K
740 bool 743 bool
741 744
745config CEVT_SB1250
746 bool
747
742config CEVT_TXX9 748config CEVT_TXX9
743 bool 749 bool
744 750
751config CSRC_BCM1480
752 bool
753
754config CSRC_SB1250
755 bool
756
745config CFE 757config CFE
746 bool 758 bool
747 759