lkml.org 
[lkml]   [2008]   [Oct]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectPossible bug in SCSI Kconfig
Hi.
In kernel 2.6.27.2 - drivers/scsi/Kconfig we have:

config SCSI_WAIT_SCAN
tristate
default m
depends on SCSI
depends on MODULES

The tristate field is empty. This has the effect that this option is
not visible in menuconfig and so it's always selected. The default is
"m" for all architectures and so this module is always compiled if
SCSI and MODULES are both enabled.

I'm using a patch like this one:

config SCSI_WAIT_SCAN
- tristate
+ tristate "Wait until all the async scans are complete"
default m
depends on SCSI
depends on MODULES

to get rid of that module.

Of course, I have no idea if this is correct or the current behavior
is the expected one.

Regards,
Fabio


\
 
 \ /
  Last update: 2008-10-22 18:31    [W:0.094 / U:1.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site