diff options
author | Anna-Maria Gleixner <anna-maria@glx-um.de> | 2012-05-18 12:45:55 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-21 05:01:44 -0400 |
commit | 875c9d09b5a6400d6882b0e6e828862a73ce739d (patch) | |
tree | 20292e431afd0e671f6f5a8bf6ce3f672ce633ba /arch/um/Kconfig.common | |
parent | 4ec008d630d9d96579b5911c140bb8de2aa68f0e (diff) |
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 | |||
10 | select GENERIC_IRQ_SHOW | 10 | select GENERIC_IRQ_SHOW |
11 | select GENERIC_CPU_DEVICES | 11 | select GENERIC_CPU_DEVICES |
12 | select GENERIC_IO | 12 | select GENERIC_IO |
13 | select GENERIC_CLOCKEVENTS | ||
13 | 14 | ||
14 | config MMU | 15 | config MMU |
15 | bool | 16 | bool |
@@ -52,10 +53,6 @@ config GENERIC_BUG | |||
52 | default y | 53 | default y |
53 | depends on BUG | 54 | depends on BUG |
54 | 55 | ||
55 | config GENERIC_CLOCKEVENTS | ||
56 | bool | ||
57 | default y | ||
58 | |||
59 | # Used in kernel/irq/manage.c and include/linux/irq.h | 56 | # Used in kernel/irq/manage.c and include/linux/irq.h |
60 | config IRQ_RELEASE_METHOD | 57 | config IRQ_RELEASE_METHOD |
61 | bool | 58 | bool |