diff options
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 45e47bfb68a9..ff690564edbd 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -241,8 +241,14 @@ config WARN_STACK_SIZE | |||
241 | This allows you to specify the maximum frame size a function may | 241 | This allows you to specify the maximum frame size a function may |
242 | have without the compiler complaining about it. | 242 | have without the compiler complaining about it. |
243 | 243 | ||
244 | config ARCH_POPULATES_NODE_MAP | ||
245 | def_bool y | ||
246 | |||
244 | source "mm/Kconfig" | 247 | source "mm/Kconfig" |
245 | 248 | ||
249 | config HOLES_IN_ZONE | ||
250 | def_bool y | ||
251 | |||
246 | comment "I/O subsystem configuration" | 252 | comment "I/O subsystem configuration" |
247 | 253 | ||
248 | config MACHCHK_WARNING | 254 | config MACHCHK_WARNING |
@@ -266,14 +272,6 @@ config QDIO | |||
266 | 272 | ||
267 | If unsure, say Y. | 273 | If unsure, say Y. |
268 | 274 | ||
269 | config QDIO_PERF_STATS | ||
270 | bool "Performance statistics in /proc" | ||
271 | depends on QDIO | ||
272 | help | ||
273 | Say Y here to get performance statistics in /proc/qdio_perf | ||
274 | |||
275 | If unsure, say N. | ||
276 | |||
277 | config QDIO_DEBUG | 275 | config QDIO_DEBUG |
278 | bool "Extended debugging information" | 276 | bool "Extended debugging information" |
279 | depends on QDIO | 277 | depends on QDIO |