But as far as linux scsi is concerned, ide-scsi is a low-level SCSI driver.
IDE and USB have there own Kconfig options that enable low-level SCSI
driver emulation outside of drivers/scsi, pcmcia does not, and there are
probably other exceptions.
The following is simpler, though I'm not suggesting anything like this be
applied, since we don't have consitency. If all of the low-level scsi
drivers and options were under drivers/scsi, and we could separate
emulated versus real, something like this might be OK:
--- 1.12/drivers/scsi/Kconfig Sun Feb 9 17:29:49 2003
+++ edited/drivers/scsi/Kconfig Wed Feb 19 10:19:11 2003
@@ -170,8 +170,16 @@
logging turned off.
+config SCSI_LOW_LEVEL
+ bool "SCSI low level drivers"
+
+ help
+ enables a list of additional SCSI low level drivers
+
+ If you need one of the drivers here say Y, else say N ;-)
+
menu "SCSI low-level drivers"
- depends on SCSI!=n
+ depends on SCSI!=n && SCSI_LOW_LEVEL!=n
config SGIWD93_SCSI
tristate "SGI WD93C93 SCSI Driver"
-- Patrick Mansfield
-
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/