diff options
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r-- | arch/um/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 77e66d3719f6..8de2646fbdb1 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -22,6 +22,7 @@ config UML select GENERIC_CPU_DEVICES select HAVE_GCC_PLUGINS select SET_FS + select TRACE_IRQFLAGS_SUPPORT select TTY # Needed for line.c config MMU @@ -52,10 +53,6 @@ config ISA config SBUS bool -config TRACE_IRQFLAGS_SUPPORT - bool - default y - config LOCKDEP_SUPPORT bool default y |