aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/Kconfig14
1 files changed, 3 insertions, 11 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index e16390c0bca..b403c533432 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -28,12 +28,6 @@ config ARCH_HAS_ILOG2_U64
28config GENERIC_HWEIGHT 28config GENERIC_HWEIGHT
29 def_bool y 29 def_bool y
30 30
31config GENERIC_TIME_VSYSCALL
32 def_bool y
33
34config GENERIC_CLOCKEVENTS
35 def_bool y
36
37config GENERIC_BUG 31config GENERIC_BUG
38 def_bool y if BUG 32 def_bool y if BUG
39 33
@@ -123,6 +117,9 @@ config S390
123 select ARCH_INLINE_WRITE_UNLOCK_IRQ 117 select ARCH_INLINE_WRITE_UNLOCK_IRQ
124 select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE 118 select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE
125 select GENERIC_SMP_IDLE_THREAD 119 select GENERIC_SMP_IDLE_THREAD
120 select GENERIC_TIME_VSYSCALL
121 select GENERIC_CLOCKEVENTS
122 select KTIME_SCALAR if 32BIT
126 123
127config SCHED_OMIT_FRAME_POINTER 124config SCHED_OMIT_FRAME_POINTER
128 def_bool y 125 def_bool y
@@ -135,8 +132,6 @@ menu "Base setup"
135 132
136comment "Processor type and features" 133comment "Processor type and features"
137 134
138source "kernel/time/Kconfig"
139
140config 64BIT 135config 64BIT
141 def_bool y 136 def_bool y
142 prompt "64 bit kernel" 137 prompt "64 bit kernel"
@@ -147,9 +142,6 @@ config 64BIT
147config 32BIT 142config 32BIT
148 def_bool y if !64BIT 143 def_bool y if !64BIT
149 144
150config KTIME_SCALAR
151 def_bool 32BIT
152
153config SMP 145config SMP
154 def_bool y 146 def_bool y
155 prompt "Symmetric multi-processing support" 147 prompt "Symmetric multi-processing support"