summary refs log tree commit diff
path: root/arch/um
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-01-19 20:46:24 +0100
committerThomas Gleixner <tglx@linutronix.de>2011-01-21 11:55:35 +0100
commitdfff95c394b0dd977a6b65bd52b99703fae94d9b (patch)
tree1f0d63fe218686bf0d6a75b4edc76b9bbb0b411e /arch/um
parent8df274064e02aa8929eb5087dd8841b6601ab0ae (diff)
downloadlinux-dfff95c394b0dd977a6b65bd52b99703fae94d9b.tar.gz
um: Use generic irq Kconfig
No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jeff Dike <jdike@addtoit.com>
Diffstat (limited to 'arch/um')
-rw-r--r--arch/um/Kconfig.common6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common
index 049d048b070d..e351e14b4339 100644
--- a/arch/um/Kconfig.common
+++ b/arch/um/Kconfig.common
@@ -3,14 +3,10 @@ config DEFCONFIG_LIST
 	option defconfig_list
 	default "arch/$ARCH/defconfig"
 
-# UML uses the generic IRQ subsystem
-config GENERIC_HARDIRQS
-	bool
-	default y
-
 config UML
 	bool
 	default y
+	select HAVE_GENERIC_HARDIRQS
 
 config MMU
 	bool