aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorJan Glauber <jang@linux.vnet.ibm.com>2008-12-25 07:38:46 -0500
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2008-12-25 07:38:59 -0500
commit22f9934767f49012ffbae753b28b8055bd28348f (patch)
tree7cb58ceff25b9c6b5ade5646b6444b7689621f81 /arch/s390/Kconfig
parent9a1ce28aeb7a8b1666eaa9f104c1a2f5a149f9df (diff)
[S390] qdio: rework debug feature logging
- make qdio_trace a per device view - remove s390dbf exceptions - remove CONFIG_QDIO_DEBUG, not needed anymore if we check for the level before calling sprintf - use snprintf for dbf entries - add start markers to see if the dbf view wrapped - add a global error view for all queues Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 7899f0bce658..90ba5d35cf32 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -347,16 +347,6 @@ config QDIO
347 347
348 If unsure, say Y. 348 If unsure, say Y.
349 349
350config QDIO_DEBUG
351 bool "Extended debugging information"
352 depends on QDIO
353 help
354 Say Y here to get extended debugging output in
355 /sys/kernel/debug/s390dbf/qdio...
356 Warning: this option reduces the performance of the QDIO module.
357
358 If unsure, say N.
359
360config CHSC_SCH 350config CHSC_SCH
361 tristate "Support for CHSC subchannels" 351 tristate "Support for CHSC subchannels"
362 help 352 help