diff options
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r-- | arch/um/Kconfig | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 684e1f8b2755..cd06ed7d842d 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig | |||
@@ -27,10 +27,6 @@ config UID16 | |||
27 | bool | 27 | bool |
28 | default y | 28 | default y |
29 | 29 | ||
30 | config RWSEM_GENERIC_SPINLOCK | ||
31 | bool | ||
32 | default y | ||
33 | |||
34 | config GENERIC_CALIBRATE_DELAY | 30 | config GENERIC_CALIBRATE_DELAY |
35 | bool | 31 | bool |
36 | default y | 32 | default y |
@@ -40,6 +36,12 @@ config IRQ_RELEASE_METHOD | |||
40 | bool | 36 | bool |
41 | default y | 37 | default y |
42 | 38 | ||
39 | menu "Host processor type and features" | ||
40 | |||
41 | source "arch/i386/Kconfig.cpu" | ||
42 | |||
43 | endmenu | ||
44 | |||
43 | menu "UML-specific options" | 45 | menu "UML-specific options" |
44 | 46 | ||
45 | config MODE_TT | 47 | config MODE_TT |