lkml.org 
[lkml]   [2003]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectPATCH: add qdio options
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/arch/s390/config.in linux.22-pre5-ac1/arch/s390/config.in
--- linux.22-pre5/arch/s390/config.in 2003-07-14 12:27:33.000000000 +0100
+++ linux.22-pre5-ac1/arch/s390/config.in 2003-07-07 16:05:42.000000000 +0100
@@ -39,6 +39,10 @@
bool 'Fast IRQ handling' CONFIG_FAST_IRQ
bool 'Process warning machine checks' CONFIG_MACHCHK_WARNING
bool 'Use chscs for Common I/O' CONFIG_CHSC
+tristate 'QDIO support' CONFIG_QDIO
+if [ "$CONFIG_QDIO" != "n" ]; then
+ bool ' Performance statistics in /proc' CONFIG_QDIO_PERF_STATS
+fi
bool 'Builtin IPL record support' CONFIG_IPL
if [ "$CONFIG_IPL" = "y" ]; then
choice 'IPL method generated into head.S' \
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/arch/s390x/config.in linux.22-pre5-ac1/arch/s390x/config.in
--- linux.22-pre5/arch/s390x/config.in 2003-07-14 12:27:33.000000000 +0100
+++ linux.22-pre5-ac1/arch/s390x/config.in 2003-07-07 16:05:42.000000000 +0100
@@ -42,6 +42,10 @@
bool 'Fast IRQ handling' CONFIG_FAST_IRQ
bool 'Process warning machine checks' CONFIG_MACHCHK_WARNING
bool 'Use chscs for Common I/O' CONFIG_CHSC
+tristate 'QDIO support' CONFIG_QDIO
+if [ "$CONFIG_QDIO" != "n" ]; then
+ bool ' Performance statistics in /proc' CONFIG_QDIO_PERF_STATS
+fi
bool 'Builtin IPL record support' CONFIG_IPL
if [ "$CONFIG_IPL" = "y" ]; then
choice 'IPL method generated into head.S' \
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.025 / U:0.368 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site