diff options
author | Anna-Maria Gleixner <anna-maria@glx-um.de> | 2012-05-18 12:45:51 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-21 05:01:43 -0400 |
commit | 5bf8f6bfc950abe23927e0ff54cdb260d19d608e (patch) | |
tree | 51a68822c0538c522b15e039751b17fdc6bb257f /arch/openrisc/Kconfig | |
parent | b9ed27dfcd8b68de90dc285acd9e7c7113964888 (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/Kconfig | 4 |
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 | ||
21 | config MMU | 22 | config MMU |
22 | def_bool y | 23 | def_bool y |
@@ -46,9 +47,6 @@ config NO_IOPORT | |||
46 | config GENERIC_GPIO | 47 | config GENERIC_GPIO |
47 | def_bool y | 48 | def_bool y |
48 | 49 | ||
49 | config GENERIC_CLOCKEVENTS | ||
50 | def_bool y | ||
51 | |||
52 | config TRACE_IRQFLAGS_SUPPORT | 50 | config TRACE_IRQFLAGS_SUPPORT |
53 | def_bool y | 51 | def_bool y |
54 | 52 | ||