lkml.org 
[lkml]   [1998]   [Feb]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] bool in [Cc]onfig.in dosn't take three arguments (2.1.87)
This corrects use of bool in [Cc]onfig.in files with three arguments under
2.1.87. It is currently untested, as I'm unclear how to test it, since no
changes in behivor should have occured.

-=- James Mastros
--- linux/./drivers/char/ftape/Config.in~ Tue Dec 2 16:47:33 1997
+++ linux/./drivers/char/ftape/Config.in Tue Feb 17 00:09:13 1998
@@ -11,7 +11,7 @@
int 'Number of ftape buffers (EXPERIMENTAL)' CONFIG_FT_NR_BUFFERS 3
fi
if [ "$CONFIG_PROC_FS" = "y" ]; then
- bool 'Enable procfs status report (+2kb)' CONFIG_FT_PROC_FS y
+ bool 'Enable procfs status report (+2kb)' CONFIG_FT_PROC_FS
fi
choice 'Debugging output' \
"Normal CONFIG_FT_NORMAL_DEBUG \
--- linux/./drivers/char/Config.in~ Fri Feb 6 13:06:55 1998
+++ linux/./drivers/char/Config.in Tue Feb 17 00:08:48 1998
@@ -107,7 +107,7 @@
bool 'Enhanced Real Time Clock Support' CONFIG_RTC
if [ "$CONFIG_RTC" = "y" ]; then
if [ "$ARCH" = "alpha" ]; then
- bool ' ARC console time' CONFIG_RTC_ARC y
+ bool ' ARC console time' CONFIG_RTC_ARC
fi
fi
if [ "$CONFIG_ALPHA_BOOK1" = "y" ]; then
--- linux/./drivers/scsi/Config.in~ Mon Feb 9 19:12:55 1998
+++ linux/./drivers/scsi/Config.in Tue Feb 17 00:12:45 1998
@@ -24,13 +24,13 @@
dep_tristate 'Adaptec AHA1740 support' CONFIG_SCSI_AHA1740 $CONFIG_SCSI
dep_tristate 'Adaptec AIC7xxx support' CONFIG_SCSI_AIC7XXX $CONFIG_SCSI
if [ "$CONFIG_SCSI_AIC7XXX" != "n" ]; then
- bool ' Enable tagged command queueing' CONFIG_AIC7XXX_TAGGED_QUEUEING Y
- dep_tristate ' Override driver defaults for commands per LUN' CONFIG_OVERRIDE_CMDS N
+ bool ' Enable tagged command queueing' CONFIG_AIC7XXX_TAGGED_QUEUEING
+ dep_tristate ' Override driver defaults for commands per LUN' CONFIG_OVERRIDE_CMDS
if [ "$CONFIG_OVERRIDE_CMDS" != "n" ]; then
int ' Maximum number of commands per LUN' CONFIG_AIC7XXX_CMDS_PER_LUN 8
fi
- bool ' Enable SCB paging' CONFIG_AIC7XXX_PAGE_ENABLE N
- bool ' Collect statistics to report in /proc' CONFIG_AIC7XXX_PROC_STATS N
+ bool ' Enable SCB paging' CONFIG_AIC7XXX_PAGE_ENABLE
+ bool ' Collect statistics to report in /proc' CONFIG_AIC7XXX_PROC_STATS
int ' Delay in seconds after SCSI bus reset' CONFIG_AIC7XXX_RESET_DELAY 15
fi
dep_tristate 'AdvanSys SCSI support' CONFIG_SCSI_ADVANSYS $CONFIG_SCSI
--- linux/./arch/sparc64/config.in~ Mon Feb 9 19:12:54 1998
+++ linux/./arch/sparc64/config.in Tue Feb 17 00:13:52 1998
@@ -157,13 +157,13 @@
if [ "$CONFIG_PCI" != "n" ]; then
dep_tristate 'Adaptec AIC7xxx support' CONFIG_SCSI_AIC7XXX $CONFIG_SCSI
if [ "$CONFIG_SCSI_AIC7XXX" != "n" ]; then
- bool ' Enable tagged command queueing' CONFIG_AIC7XXX_TAGGED_QUEUEING Y
- dep_tristate ' Override driver defaults for commands per LUN' CONFIG_OVERRIDE_CMDS N
+ bool ' Enable tagged command queueing' CONFIG_AIC7XXX_TAGGED_QUEUEING
+ dep_tristate ' Override driver defaults for commands per LUN' CONFIG_OVERRIDE_CMDS
if [ "$CONFIG_OVERRIDE_CMDS" != "n" ]; then
int ' Maximum number of commands per LUN' CONFIG_AIC7XXX_CMDS_PER_LUN 8
fi
- bool ' Enable SCB paging' CONFIG_AIC7XXX_PAGE_ENABLE N
- bool ' Collect statistics to report in /proc' CONFIG_AIC7XXX_PROC_STATS N
+ bool ' Enable SCB paging' CONFIG_AIC7XXX_PAGE_ENABLE
+ bool ' Collect statistics to report in /proc' CONFIG_AIC7XXX_PROC_STATS
int ' Delay in seconds after SCSI bus reset' CONFIG_AIC7XXX_RESET_DELAY 15
fi
dep_tristate 'NCR53C8XX SCSI support' CONFIG_SCSI_NCR53C8XX $CONFIG_SCSI
--- linux/drivers/fc4/Config.in~ Mon Jan 12 18:19:36 1998
+++ linux/drivers/fc4/Config.in Tue Feb 17 00:17:45 1998
@@ -4,10 +4,10 @@
mainmenu_option next_comment
comment 'Fibre Channel support'

-tristate 'Fibre Channel and FC4 SCSI support' CONFIG_FC4 m
+tristate 'Fibre Channel and FC4 SCSI support' CONFIG_FC4
if [ ! "$CONFIG_FC4" = "n" ]; then
comment 'FC4 drivers'
- tristate 'Sun SOC/Sbus' CONFIG_FC4_SOC m
+ tristate 'Sun SOC/Sbus' CONFIG_FC4_SOC
comment 'FC4 targets'
dep_tristate 'SparcSTORAGE Array 100 and 200 series' CONFIG_SCSI_PLUTO "$CONFIG_SCSI"
else
\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.020 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site