aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorSteven J. Hill <sjhill@mips.com>2012-12-06 22:51:04 -0500
committerJohn Crispin <blogic@openwrt.org>2013-02-16 19:25:21 -0500
commit778eeb1b199b85bec79b49ac483b013e270636ea (patch)
tree51a33ec4e5e81296f31fef98b89253855dc2368d /arch/mips/Kconfig
parent4cb764b4541fe9eacc237b6851198a4c8497b9c4 (diff)
MIPS: Add new GIC clocksource.
Add new clocksource that uses the counter present on the MIPS Global Interrupt Controller. Signed-off-by: Steven J. Hill <sjhill@mips.com> Patchwork: http://patchwork.linux-mips.org/patch/4681/ Signed-off-by: John Crispin <blogic@openwrt.org>
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