Kconfig (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) Kconfig (88a678bbc34cecce36bf2c7a8af4cba38f9f77ce)
1menu "SCSI device support"
2
3config SCSI_MOD
4 tristate
5 default y if SCSI=n || SCSI=y
6 default m if SCSI=m
7
8config RAID_ATTRS
9 tristate "RAID Transport Class"
10 default n
11 depends on BLOCK
12 depends on SCSI_MOD
13 ---help---
14 Provides RAID
15
16config SCSI
17 tristate "SCSI device support"
18 depends on BLOCK
19 select SCSI_DMA if HAS_DMA
1menu "SCSI device support"
2
3config SCSI_MOD
4 tristate
5 default y if SCSI=n || SCSI=y
6 default m if SCSI=m
7
8config RAID_ATTRS
9 tristate "RAID Transport Class"
10 default n
11 depends on BLOCK
12 depends on SCSI_MOD
13 ---help---
14 Provides RAID
15
16config SCSI
17 tristate "SCSI device support"
18 depends on BLOCK
19 select SCSI_DMA if HAS_DMA
20 select SG_POOL
20 ---help---
21 If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or
22 any other SCSI device under Linux, say Y and make sure that you know
23 the name of your SCSI host adapter (the card inside your computer
24 that "speaks" the SCSI protocol, also called SCSI controller),
25 because you will be asked for it.
26
27 You also need to say Y here if you have a device which speaks

--- 169 unchanged lines hidden (view full) ---

197 depends on m || SCSI_SAS_ATTRS != m
198 help
199 Enclosures are devices sitting on or in SCSI backplanes that
200 manage devices. If you have a disk cage, the chances are that
201 it has an enclosure device. Selecting this option will just allow
202 certain enclosure conditions to be reported and is not required.
203
204config SCSI_CONSTANTS
21 ---help---
22 If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or
23 any other SCSI device under Linux, say Y and make sure that you know
24 the name of your SCSI host adapter (the card inside your computer
25 that "speaks" the SCSI protocol, also called SCSI controller),
26 because you will be asked for it.
27
28 You also need to say Y here if you have a device which speaks

--- 169 unchanged lines hidden (view full) ---

198 depends on m || SCSI_SAS_ATTRS != m
199 help
200 Enclosures are devices sitting on or in SCSI backplanes that
201 manage devices. If you have a disk cage, the chances are that
202 it has an enclosure device. Selecting this option will just allow
203 certain enclosure conditions to be reported and is not required.
204
205config SCSI_CONSTANTS
205 bool "Verbose SCSI error reporting (kernel size +=75K)"
206 bool "Verbose SCSI error reporting (kernel size += 36K)"
206 depends on SCSI
207 help
208 The error messages regarding your SCSI hardware will be easier to
209 understand if you say Y here; it will enlarge your kernel by about
207 depends on SCSI
208 help
209 The error messages regarding your SCSI hardware will be easier to
210 understand if you say Y here; it will enlarge your kernel by about
210 75 KB. If in doubt, say Y.
211 36 KB. If in doubt, say Y.
211
212config SCSI_LOGGING
213 bool "SCSI logging facility"
214 depends on SCSI
215 ---help---
216 This turns on a logging facility that can be used to debug a number
217 of SCSI related problems.
218

--- 589 unchanged lines hidden (view full) ---

808 It is explained in section 3.8 of the SCSI-HOWTO, available from
809 <http://www.tldp.org/docs.html#howto>. If it doesn't work out
810 of the box, you may have to change some settings in
811 <file:drivers/scsi/g_NCR5380.h>.
812
813 To compile this driver as a module, choose M here: the
814 module will be called g_NCR5380_mmio.
815
212
213config SCSI_LOGGING
214 bool "SCSI logging facility"
215 depends on SCSI
216 ---help---
217 This turns on a logging facility that can be used to debug a number
218 of SCSI related problems.
219

--- 589 unchanged lines hidden (view full) ---

809 It is explained in section 3.8 of the SCSI-HOWTO, available from
810 <http://www.tldp.org/docs.html#howto>. If it doesn't work out
811 of the box, you may have to change some settings in
812 <file:drivers/scsi/g_NCR5380.h>.
813
814 To compile this driver as a module, choose M here: the
815 module will be called g_NCR5380_mmio.
816
816config SCSI_GENERIC_NCR53C400
817 bool "Enable NCR53c400 extensions"
818 depends on SCSI_GENERIC_NCR5380
819 help
820 This enables certain optimizations for the NCR53c400 SCSI cards.
821 You might as well try it out. Note that this driver will only probe
822 for the Trantor T130B in its default configuration; you might have
823 to pass a command line option to the kernel at boot time if it does
824 not detect your card. See the file
825 <file:Documentation/scsi/g_NCR5380.txt> for details.
826
827config SCSI_IPS
828 tristate "IBM ServeRAID support"
829 depends on PCI && SCSI
830 ---help---
831 This is support for the IBM ServeRAID hardware RAID controllers.
832 See <http://www.developer.ibm.com/welcome/netfinity/serveraid.html>
833 and <http://www-947.ibm.com/support/entry/portal/docdisplay?brand=5000008&lndocid=SERV-RAID>
834 for more information. If this driver does not work correctly

--- 8 unchanged lines hidden (view full) ---

843 depends on PPC_PSERIES
844 select SCSI_SRP_ATTRS
845 help
846 This is the IBM POWER Virtual SCSI Client
847
848 To compile this driver as a module, choose M here: the
849 module will be called ibmvscsi.
850
817config SCSI_IPS
818 tristate "IBM ServeRAID support"
819 depends on PCI && SCSI
820 ---help---
821 This is support for the IBM ServeRAID hardware RAID controllers.
822 See <http://www.developer.ibm.com/welcome/netfinity/serveraid.html>
823 and <http://www-947.ibm.com/support/entry/portal/docdisplay?brand=5000008&lndocid=SERV-RAID>
824 for more information. If this driver does not work correctly

--- 8 unchanged lines hidden (view full) ---

833 depends on PPC_PSERIES
834 select SCSI_SRP_ATTRS
835 help
836 This is the IBM POWER Virtual SCSI Client
837
838 To compile this driver as a module, choose M here: the
839 module will be called ibmvscsi.
840
841config SCSI_IBMVSCSIS
842 tristate "IBM Virtual SCSI Server support"
843 depends on PPC_PSERIES && TARGET_CORE && SCSI && PCI
844 help
845 This is the IBM POWER Virtual SCSI Target Server
846 This driver uses the SRP protocol for communication betwen servers
847 guest and/or the host that run on the same server.
848 More information on VSCSI protocol can be found at www.power.org
849
850 The userspace configuration needed to initialize the driver can be
851 be found here:
852
853 https://github.com/powervm/ibmvscsis/wiki/Configuration
854
855 To compile this driver as a module, choose M here: the
856 module will be called ibmvscsis.
857
851config SCSI_IBMVFC
852 tristate "IBM Virtual FC support"
853 depends on PPC_PSERIES && SCSI
854 depends on SCSI_FC_ATTRS
855 help
856 This is the IBM POWER Virtual FC Client
857
858 To compile this driver as a module, choose M here: the

--- 901 unchanged lines hidden ---
858config SCSI_IBMVFC
859 tristate "IBM Virtual FC support"
860 depends on PPC_PSERIES && SCSI
861 depends on SCSI_FC_ATTRS
862 help
863 This is the IBM POWER Virtual FC Client
864
865 To compile this driver as a module, choose M here: the

--- 901 unchanged lines hidden ---