Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24a6f35e authored by Anna-Maria Gleixner's avatar Anna-Maria Gleixner Committed by Thomas Gleixner
Browse files

hexagon: Use generic time config



config GENERIC_TIME not longer used.

Signed-off-by: default avatarAnna-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: default avatarThomas Gleixner <tglx@linutronix.de>
parent 5227b636
Loading
Loading
Loading
Loading
+3 −12
Original line number Original line Diff line number Diff line
@@ -28,6 +28,9 @@ config HEXAGON
	select NO_IOPORT
	select NO_IOPORT
	select GENERIC_IOMAP
	select GENERIC_IOMAP
	# mostly generic routines, with some accelerated ones
	# mostly generic routines, with some accelerated ones
	select KTIME_SCALAR
	select GENERIC_CLOCKEVENTS
	select GENERIC_CLOCKEVENTS_BROADCAST
	---help---
	---help---
	  Qualcomm Hexagon is a processor architecture designed for high
	  Qualcomm Hexagon is a processor architecture designed for high
	  performance and low power across a wide variety of applications.
	  performance and low power across a wide variety of applications.
@@ -56,9 +59,6 @@ config PCI
config EARLY_PRINTK
config EARLY_PRINTK
	def_bool y
	def_bool y


config KTIME_SCALAR
	def_bool y

config MMU
config MMU
	def_bool y
	def_bool y


@@ -98,15 +98,6 @@ config GENERIC_FIND_NEXT_BIT
config GENERIC_HWEIGHT
config GENERIC_HWEIGHT
	def_bool y
	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
config STACKTRACE_SUPPORT
	def_bool y
	def_bool y
	select STACKTRACE
	select STACKTRACE