diff options
author | Andrew Bresticker <abrestic@chromium.org> | 2014-10-20 15:03:58 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 01:45:14 -0500 |
commit | fa5635a277171021d364f6a3fab4addce8f358d2 (patch) | |
tree | 9fff06b8d87eba632d5abc5346733cd01b368658 /arch/mips/Kconfig | |
parent | 53a7bc815a139a524f1d60c32b70455f02b87a6d (diff) |
MIPS: Move GIC clocksource driver to drivers/clocksource/
Move the GIC clocksource driver to drivers/clocksource/mips-gic-timer.c.
Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: Qais Yousef <qais.yousef@imgtec.com>
Cc: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/8133/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 3afb795c0125..5b690cf0fec7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -342,7 +342,7 @@ config MIPS_MALTA | |||
342 | select BOOT_RAW | 342 | select BOOT_RAW |
343 | select CEVT_R4K | 343 | select CEVT_R4K |
344 | select CSRC_R4K | 344 | select CSRC_R4K |
345 | select CSRC_GIC | 345 | select CLKSRC_MIPS_GIC |
346 | select DMA_MAYBE_COHERENT | 346 | select DMA_MAYBE_COHERENT |
347 | select GENERIC_ISA_DMA | 347 | select GENERIC_ISA_DMA |
348 | select HAVE_PCSPKR_PLATFORM | 348 | select HAVE_PCSPKR_PLATFORM |
@@ -385,7 +385,7 @@ config MIPS_SEAD3 | |||
385 | select BUILTIN_DTB | 385 | select BUILTIN_DTB |
386 | select CEVT_R4K | 386 | select CEVT_R4K |
387 | select CSRC_R4K | 387 | select CSRC_R4K |
388 | select CSRC_GIC | 388 | select CLKSRC_MIPS_GIC |
389 | select CPU_MIPSR2_IRQ_VI | 389 | select CPU_MIPSR2_IRQ_VI |
390 | select CPU_MIPSR2_IRQ_EI | 390 | select CPU_MIPSR2_IRQ_EI |
391 | select DMA_NONCOHERENT | 391 | select DMA_NONCOHERENT |
@@ -954,10 +954,6 @@ config CSRC_IOASIC | |||
954 | config CSRC_R4K | 954 | config CSRC_R4K |
955 | bool | 955 | bool |
956 | 956 | ||
957 | config CSRC_GIC | ||
958 | select MIPS_CM | ||
959 | bool | ||
960 | |||
961 | config CSRC_SB1250 | 957 | config CSRC_SB1250 |
962 | bool | 958 | bool |
963 | 959 | ||