um: Enable TRACE_IRQFLAGS_SUPPORT

Now we have everything we need, so enable
TRACE_IRQFLAGS_SUPPORT.

Signed-off-by: Richard Weinberger <richard@nod.at>
diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common
index de562da1..08d931c 100644
--- a/arch/um/Kconfig.common
+++ b/arch/um/Kconfig.common
@@ -31,10 +31,9 @@
 config PCMCIA
 	bool
 
-# Yet to do!
 config TRACE_IRQFLAGS_SUPPORT
 	bool
-	default n
+	default y
 
 config LOCKDEP_SUPPORT
 	bool