hexagon: Use generic time config
authorAnna-Maria Gleixner <anna-maria@glx-um.de>
Fri, 18 May 2012 16:45:47 +0000 (16:45 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 21 May 2012 09:01:42 +0000 (11:01 +0200)
config GENERIC_TIME not longer used.

Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de>
Cc: Richard Kuo <rkuo@codeaurora.org>
Link: http://lkml.kernel.org/r/20120518163105.416570309@glx-um.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/hexagon/Kconfig

index 9059e3905887196a48750cf3e531abf0aa6d96df..7727ed9d2bf3aad270026bab9d66ad3d5c09e8b0 100644 (file)
@@ -28,6 +28,9 @@ config HEXAGON
        select NO_IOPORT
        select GENERIC_IOMAP
        # mostly generic routines, with some accelerated ones
+       select KTIME_SCALAR
+       select GENERIC_CLOCKEVENTS
+       select GENERIC_CLOCKEVENTS_BROADCAST
        ---help---
          Qualcomm Hexagon is a processor architecture designed for high
          performance and low power across a wide variety of applications.
@@ -56,9 +59,6 @@ config PCI
 config EARLY_PRINTK
        def_bool y
 
-config KTIME_SCALAR
-       def_bool y
-
 config MMU
        def_bool y
 
@@ -98,15 +98,6 @@ config GENERIC_FIND_NEXT_BIT
 config GENERIC_HWEIGHT
        def_bool y
 
-config GENERIC_TIME
-       def_bool y
-
-config GENERIC_CLOCKEVENTS
-       def_bool y
-
-config GENERIC_CLOCKEVENTS_BROADCAST
-       def_bool y
-
 config STACKTRACE_SUPPORT
        def_bool y
        select STACKTRACE
This page took 0.026618 seconds and 5 git commands to generate.