diff options
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index fcc4cb6c7f46..e62d23f65180 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -170,7 +170,7 @@ config CHR_DEV_SCH | |||
170 | 170 | ||
171 | If you want to compile this as a module ( = code which can be | 171 | If you want to compile this as a module ( = code which can be |
172 | inserted in and removed from the running kernel whenever you want), | 172 | inserted in and removed from the running kernel whenever you want), |
173 | say M here and read <file:Documentation/modules.txt> and | 173 | say M here and read <file:Documentation/kbuild/modules.txt> and |
174 | <file:Documentation/scsi.txt>. The module will be called ch.o. | 174 | <file:Documentation/scsi.txt>. The module will be called ch.o. |
175 | If unsure, say N. | 175 | If unsure, say N. |
176 | 176 | ||
@@ -241,6 +241,12 @@ config SCSI_SCAN_ASYNC | |||
241 | You can override this choice by specifying "scsi_mod.scan=sync" | 241 | You can override this choice by specifying "scsi_mod.scan=sync" |
242 | or async on the kernel's command line. | 242 | or async on the kernel's command line. |
243 | 243 | ||
244 | config SCSI_WAIT_SCAN | ||
245 | tristate | ||
246 | default m | ||
247 | depends on SCSI | ||
248 | depends on MODULES | ||
249 | |||
244 | menu "SCSI Transports" | 250 | menu "SCSI Transports" |
245 | depends on SCSI | 251 | depends on SCSI |
246 | 252 | ||
@@ -1194,17 +1200,6 @@ config SCSI_NCR53C8XX_SYNC | |||
1194 | There is no safe option other than using good cabling, right | 1200 | There is no safe option other than using good cabling, right |
1195 | terminations and SCSI conformant devices. | 1201 | terminations and SCSI conformant devices. |
1196 | 1202 | ||
1197 | config SCSI_NCR53C8XX_PROFILE | ||
1198 | bool "enable profiling" | ||
1199 | depends on SCSI_ZALON || SCSI_NCR_Q720 | ||
1200 | help | ||
1201 | This option allows you to enable profiling information gathering. | ||
1202 | These statistics are not very accurate due to the low frequency | ||
1203 | of the kernel clock (100 Hz on i386) and have performance impact | ||
1204 | on systems that use very fast devices. | ||
1205 | |||
1206 | The normal answer therefore is N. | ||
1207 | |||
1208 | config SCSI_NCR53C8XX_NO_DISCONNECT | 1203 | config SCSI_NCR53C8XX_NO_DISCONNECT |
1209 | bool "not allow targets to disconnect" | 1204 | bool "not allow targets to disconnect" |
1210 | depends on (SCSI_ZALON || SCSI_NCR_Q720) && SCSI_NCR53C8XX_DEFAULT_TAGS=0 | 1205 | depends on (SCSI_ZALON || SCSI_NCR_Q720) && SCSI_NCR53C8XX_DEFAULT_TAGS=0 |
@@ -1334,11 +1329,6 @@ config SCSI_SIM710 | |||
1334 | 1329 | ||
1335 | It currently supports Compaq EISA cards and NCR MCA cards | 1330 | It currently supports Compaq EISA cards and NCR MCA cards |
1336 | 1331 | ||
1337 | config 53C700_IO_MAPPED | ||
1338 | bool | ||
1339 | depends on SCSI_SIM710 | ||
1340 | default y | ||
1341 | |||
1342 | config SCSI_SYM53C416 | 1332 | config SCSI_SYM53C416 |
1343 | tristate "Symbios 53c416 SCSI support" | 1333 | tristate "Symbios 53c416 SCSI support" |
1344 | depends on ISA && SCSI | 1334 | depends on ISA && SCSI |
@@ -1649,7 +1639,7 @@ config OKTAGON_SCSI | |||
1649 | 1639 | ||
1650 | config ATARI_SCSI | 1640 | config ATARI_SCSI |
1651 | tristate "Atari native SCSI support" | 1641 | tristate "Atari native SCSI support" |
1652 | depends on ATARI && SCSI && BROKEN | 1642 | depends on ATARI && SCSI |
1653 | select SCSI_SPI_ATTRS | 1643 | select SCSI_SPI_ATTRS |
1654 | ---help--- | 1644 | ---help--- |
1655 | If you have an Atari with built-in NCR5380 SCSI controller (TT, | 1645 | If you have an Atari with built-in NCR5380 SCSI controller (TT, |
@@ -1793,7 +1783,7 @@ config ZFCP | |||
1793 | 1783 | ||
1794 | This driver is also available as a module. This module will be | 1784 | This driver is also available as a module. This module will be |
1795 | called zfcp. If you want to compile it as a module, say M here | 1785 | called zfcp. If you want to compile it as a module, say M here |
1796 | and read <file:Documentation/modules.txt>. | 1786 | and read <file:Documentation/kbuild/modules.txt>. |
1797 | 1787 | ||
1798 | config SCSI_SRP | 1788 | config SCSI_SRP |
1799 | tristate "SCSI RDMA Protocol helper library" | 1789 | tristate "SCSI RDMA Protocol helper library" |