aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/Kconfig
diff options
context:
space:
mode:
authorAnna-Maria Gleixner <anna-maria@glx-um.de>2012-05-18 12:45:51 -0400
committerThomas Gleixner <tglx@linutronix.de>2012-05-21 05:01:43 -0400
commit5bf8f6bfc950abe23927e0ff54cdb260d19d608e (patch)
tree51a68822c0538c522b15e039751b17fdc6bb257f /arch/openrisc/Kconfig
parentb9ed27dfcd8b68de90dc285acd9e7c7113964888 (diff)
openrisc: Use generic time config
Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de> Acked-by: Jonas Bonn <jonas@southpole.se> Link: http://lkml.kernel.org/r/20120518163106.333611712@glx-um.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/openrisc/Kconfig')
-rw-r--r--arch/openrisc/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index a4787197d8fe..be04485431fe 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -17,6 +17,7 @@ config OPENRISC
17 select GENERIC_IOMAP 17 select GENERIC_IOMAP
18 select GENERIC_CPU_DEVICES 18 select GENERIC_CPU_DEVICES
19 select GENERIC_ATOMIC64 19 select GENERIC_ATOMIC64
20 select GENERIC_CLOCKEVENTS
20 21
21config MMU 22config MMU
22 def_bool y 23 def_bool y
@@ -46,9 +47,6 @@ config NO_IOPORT
46config GENERIC_GPIO 47config GENERIC_GPIO
47 def_bool y 48 def_bool y
48 49
49config GENERIC_CLOCKEVENTS
50 def_bool y
51
52config TRACE_IRQFLAGS_SUPPORT 50config TRACE_IRQFLAGS_SUPPORT
53 def_bool y 51 def_bool y
54 52