diff options
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index e16390c0bca8..b403c533432c 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -28,12 +28,6 @@ config ARCH_HAS_ILOG2_U64 | |||
28 | config GENERIC_HWEIGHT | 28 | config GENERIC_HWEIGHT |
29 | def_bool y | 29 | def_bool y |
30 | 30 | ||
31 | config GENERIC_TIME_VSYSCALL | ||
32 | def_bool y | ||
33 | |||
34 | config GENERIC_CLOCKEVENTS | ||
35 | def_bool y | ||
36 | |||
37 | config GENERIC_BUG | 31 | config 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 | ||
127 | config SCHED_OMIT_FRAME_POINTER | 124 | config SCHED_OMIT_FRAME_POINTER |
128 | def_bool y | 125 | def_bool y |
@@ -135,8 +132,6 @@ menu "Base setup" | |||
135 | 132 | ||
136 | comment "Processor type and features" | 133 | comment "Processor type and features" |
137 | 134 | ||
138 | source "kernel/time/Kconfig" | ||
139 | |||
140 | config 64BIT | 135 | config 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 | |||
147 | config 32BIT | 142 | config 32BIT |
148 | def_bool y if !64BIT | 143 | def_bool y if !64BIT |
149 | 144 | ||
150 | config KTIME_SCALAR | ||
151 | def_bool 32BIT | ||
152 | |||
153 | config SMP | 145 | config SMP |
154 | def_bool y | 146 | def_bool y |
155 | prompt "Symmetric multi-processing support" | 147 | prompt "Symmetric multi-processing support" |