diff options
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 6b0a3538dc63..dcb667c4375a 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -72,6 +72,9 @@ config PGSTE | |||
72 | config VIRT_CPU_ACCOUNTING | 72 | config VIRT_CPU_ACCOUNTING |
73 | def_bool y | 73 | def_bool y |
74 | 74 | ||
75 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC | ||
76 | def_bool y | ||
77 | |||
75 | mainmenu "Linux Kernel Configuration" | 78 | mainmenu "Linux Kernel Configuration" |
76 | 79 | ||
77 | config S390 | 80 | config S390 |
@@ -343,13 +346,6 @@ source "mm/Kconfig" | |||
343 | 346 | ||
344 | comment "I/O subsystem configuration" | 347 | comment "I/O subsystem configuration" |
345 | 348 | ||
346 | config MACHCHK_WARNING | ||
347 | bool "Process warning machine checks" | ||
348 | help | ||
349 | Select this option if you want the machine check handler on IBM S/390 or | ||
350 | zSeries to process warning machine checks (e.g. on power failures). | ||
351 | If unsure, say "Y". | ||
352 | |||
353 | config QDIO | 349 | config QDIO |
354 | tristate "QDIO support" | 350 | tristate "QDIO support" |
355 | ---help--- | 351 | ---help--- |
@@ -521,7 +517,7 @@ config APPLDATA_OS | |||
521 | 517 | ||
522 | config APPLDATA_NET_SUM | 518 | config APPLDATA_NET_SUM |
523 | tristate "Monitor overall network statistics" | 519 | tristate "Monitor overall network statistics" |
524 | depends on APPLDATA_BASE | 520 | depends on APPLDATA_BASE && NET |
525 | help | 521 | help |
526 | This provides network related data to the Linux - VM Monitor Stream, | 522 | This provides network related data to the Linux - VM Monitor Stream, |
527 | currently there is only a total sum of network I/O statistics, no | 523 | currently there is only a total sum of network I/O statistics, no |
@@ -552,7 +548,7 @@ config KEXEC | |||
552 | but is independent of hardware/microcode support. | 548 | but is independent of hardware/microcode support. |
553 | 549 | ||
554 | config ZFCPDUMP | 550 | config ZFCPDUMP |
555 | tristate "zfcpdump support" | 551 | bool "zfcpdump support" |
556 | select SMP | 552 | select SMP |
557 | default n | 553 | default n |
558 | help | 554 | help |