K 10 svn:author V 5 peter K 8 svn:date V 27 1996-08-12T11:48:49.000000Z K 7 svn:log V 344 Remove the quotes from some of the kernel options that dont need it. eg: options "SCSI_DELAY=15" should be options SCSI_DELAY=15, as config knows about the "=" and splits it correctly into key=value for the #defines. The only options that need quotes are those that have numbers as part of the actual name, eg: "TUNE_1542" and "COMPAT_IBCS2". END