arm: Use generic time config
authorAnna-Maria Gleixner <anna-maria@glx-um.de>
Fri, 18 May 2012 16:45:44 +0000 (16:45 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 21 May 2012 09:01:41 +0000 (11:01 +0200)
Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de>
Cc: Russell King <linux@arm.linux.org.uk>
Link: http://lkml.kernel.org/r/20120518163104.760560327@glx-um.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/arm/Kconfig

index 36586dba6fa6e0af6260dce3827cfe1495c7f592..feccc1d37ecf8cc0d1ee52b00813fccd0aeba098 100644 (file)
@@ -34,6 +34,8 @@ config ARM
        select CPU_PM if (SUSPEND || CPU_IDLE)
        select GENERIC_PCI_IOMAP
        select HAVE_BPF_JIT if NET
+       select KTIME_SCALAR
+       select GENERIC_CLOCKEVENTS_BROADCAST if SMP
        help
          The ARM series is a line of low-power-consumption RISC chip designs
          licensed by ARM Ltd and targeted at embedded applications and
@@ -57,22 +59,6 @@ config SYS_SUPPORTS_APM_EMULATION
 config GENERIC_GPIO
        bool
 
-config ARCH_USES_GETTIMEOFFSET
-       bool
-       default n
-
-config GENERIC_CLOCKEVENTS
-       bool
-
-config GENERIC_CLOCKEVENTS_BROADCAST
-       bool
-       depends on GENERIC_CLOCKEVENTS
-       default y if SMP
-
-config KTIME_SCALAR
-       bool
-       default y
-
 config HAVE_TCM
        bool
        select GENERIC_ALLOCATOR
This page took 0.026397 seconds and 5 git commands to generate.