diff options
author | Anna-Maria Gleixner <anna-maria@glx-um.de> | 2012-05-18 16:45:55 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-21 11:01:44 +0200 |
commit | 875c9d09b5a6400d6882b0e6e828862a73ce739d (patch) | |
tree | 20292e431afd0e671f6f5a8bf6ce3f672ce633ba /arch/um/Kconfig.common | |
parent | 4ec008d630d9d96579b5911c140bb8de2aa68f0e (diff) | |
download | linux-875c9d09b5a6400d6882b0e6e828862a73ce739d.tar.bz2 |
um: Use generic time config
Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de>
Acked-by: Richard Weinberger <richard@nod.at>
Link: http://lkml.kernel.org/r/20120518163107.251597655@glx-um.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/um/Kconfig.common')
-rw-r--r-- | arch/um/Kconfig.common | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common index 20a49ba93cb9..806185de0ba2 100644 --- a/arch/um/Kconfig.common +++ b/arch/um/Kconfig.common @@ -10,6 +10,7 @@ config UML select GENERIC_IRQ_SHOW select GENERIC_CPU_DEVICES select GENERIC_IO + select GENERIC_CLOCKEVENTS config MMU bool @@ -52,10 +53,6 @@ config GENERIC_BUG default y depends on BUG -config GENERIC_CLOCKEVENTS - bool - default y - # Used in kernel/irq/manage.c and include/linux/irq.h config IRQ_RELEASE_METHOD bool |