Jelajahi Sumber

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>
Thomas Gleixner 14 tahun lalu
induk
melakukan
dfff95c394
1 mengubah file dengan 1 tambahan dan 5 penghapusan
  1. 1 5
      arch/um/Kconfig.common

+ 1 - 5
arch/um/Kconfig.common

@@ -3,14 +3,10 @@ config DEFCONFIG_LIST
 	option defconfig_list
 	option defconfig_list
 	default "arch/$ARCH/defconfig"
 	default "arch/$ARCH/defconfig"
 
 
-# UML uses the generic IRQ subsystem
-config GENERIC_HARDIRQS
-	bool
-	default y
-
 config UML
 config UML
 	bool
 	bool
 	default y
 	default y
+	select HAVE_GENERIC_HARDIRQS
 
 
 config MMU
 config MMU
 	bool
 	bool