Skip to content

Commit

Permalink
hexagon: Use generic time config
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anna-Maria Gleixner authored and Thomas Gleixner committed May 21, 2012
1 parent 5227b63 commit 24a6f35
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions arch/hexagon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -56,9 +59,6 @@ config PCI
config EARLY_PRINTK
def_bool y

config KTIME_SCALAR
def_bool y

config MMU
def_bool y

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 24a6f35

Please sign in to comment.