aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig.common
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/Kconfig.common')
-rw-r--r--arch/um/Kconfig.common9
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common
index 7c8e277f6d34..a9234838e8a2 100644
--- a/arch/um/Kconfig.common
+++ b/arch/um/Kconfig.common
@@ -3,14 +3,11 @@ config DEFCONFIG_LIST
3 option defconfig_list 3 option defconfig_list
4 default "arch/$ARCH/defconfig" 4 default "arch/$ARCH/defconfig"
5 5
6# UML uses the generic IRQ subsystem
7config GENERIC_HARDIRQS
8 bool
9 default y
10
11config UML 6config UML
12 bool 7 bool
13 default y 8 default y
9 select HAVE_GENERIC_HARDIRQS
10 select GENERIC_IRQ_SHOW
14 11
15config MMU 12config MMU
16 bool 13 bool
@@ -19,8 +16,6 @@ config MMU
19config NO_IOMEM 16config NO_IOMEM
20 def_bool y 17 def_bool y
21 18
22mainmenu "Linux/Usermode Kernel Configuration"
23
24config ISA 19config ISA
25 bool 20 bool
26 21