[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-875c9d09b5a6400d6882b0e6e828862a73ce739d@git.kernel.org>
Date: Mon, 21 May 2012 02:25:23 -0700
From: tip-bot for Anna-Maria Gleixner <anna-maria@...-um.de>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
richard@....at, tglx@...utronix.de, anna-maria@...-um.de
Subject: [tip:timers/core] um: Use generic time config
Commit-ID: 875c9d09b5a6400d6882b0e6e828862a73ce739d
Gitweb: http://git.kernel.org/tip/875c9d09b5a6400d6882b0e6e828862a73ce739d
Author: Anna-Maria Gleixner <anna-maria@...-um.de>
AuthorDate: Fri, 18 May 2012 16:45:55 +0000
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Mon, 21 May 2012 11:01:44 +0200
um: Use generic time config
Signed-off-by: Anna-Maria Gleixner <anna-maria@...-um.de>
Acked-by: Richard Weinberger <richard@....at>
Link: http://lkml.kernel.org/r/20120518163107.251597655@glx-um.de
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
---
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 20a49ba..806185d 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists