diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2009-03-26 17:24:02 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-03-26 17:24:11 +0300 |
commit | 7b886416dfd76df9dd7304868556b1d82cf38890 (patch) | |
tree | 9d46b52b55cc76e2e12c93625dd5400fd614619c /arch/s390/Kconfig | |
parent | f5daba1d4116d964435ddd99f32b6c80448a496b (diff) | |
download | linux-7b886416dfd76df9dd7304868556b1d82cf38890.tar.xz |
[S390] Remove CONFIG_MACHCHK_WARNING.
Everybody enables it so there is no point for an extra config option.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 3f470604a89a..0a9463bea758 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -343,13 +343,6 @@ source "mm/Kconfig" comment "I/O subsystem configuration" -config MACHCHK_WARNING - bool "Process warning machine checks" - help - Select this option if you want the machine check handler on IBM S/390 or - zSeries to process warning machine checks (e.g. on power failures). - If unsure, say "Y". - config QDIO tristate "QDIO support" ---help--- |