aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-09-05 13:39:09 -0400
committerOlof Johansson <olof@lixom.net>2012-09-05 13:39:09 -0400
commitae2fe0c0cad76973314955f68a26229b621bc3a2 (patch)
tree5a27157d34421de93609fe94c9f716561b2ce51e /arch/arm/Kconfig
parentcd754736097fa6ce03b3543ec111f7a13a0dd2f2 (diff)
parentc7e783d6adc7798307e7063e11f4127117446d5a (diff)
Merge tag 'ks8695-time-for-arm-soc' of http://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/cleanup
This cleans up the ks8695 timer driver and converts it to use generic time and clock events. * tag 'ks8695-time-for-arm-soc' of http://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson: ARM: ks8695: convert to generic time and clocksource ARM: ks8695: delete resume hook from timer ARM: ks8695: use [readl|writel]_relaxed() ARM: ks8695: merge the timer header into the timer driver
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index fcedbb3c922d..b1330d70fd43 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -641,8 +641,9 @@ config ARCH_KS8695
641 bool "Micrel/Kendin KS8695" 641 bool "Micrel/Kendin KS8695"
642 select CPU_ARM922T 642 select CPU_ARM922T
643 select ARCH_REQUIRE_GPIOLIB 643 select ARCH_REQUIRE_GPIOLIB
644 select ARCH_USES_GETTIMEOFFSET
645 select NEED_MACH_MEMORY_H 644 select NEED_MACH_MEMORY_H
645 select CLKSRC_MMIO
646 select GENERIC_CLOCKEVENTS
646 help 647 help
647 Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based 648 Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based
648 System-on-Chip devices. 649 System-on-Chip devices.