Kconfig (6288cf1e768ae73db5ddaaae54d85245cc1c2b56) Kconfig (6f231dda68080759f1aed3769896e94c73099f0f)
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

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

825 This is a driver for RAID/SCSI Disk Array Controllers (EISA/ISA/PCI)
826 manufactured by Intel Corporation/ICP vortex GmbH. It is documented
827 in the kernel source in <file:drivers/scsi/gdth.c> and
828 <file:drivers/scsi/gdth.h>.
829
830 To compile this driver as a module, choose M here: the
831 module will be called gdth.
832
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

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

825 This is a driver for RAID/SCSI Disk Array Controllers (EISA/ISA/PCI)
826 manufactured by Intel Corporation/ICP vortex GmbH. It is documented
827 in the kernel source in <file:drivers/scsi/gdth.c> and
828 <file:drivers/scsi/gdth.h>.
829
830 To compile this driver as a module, choose M here: the
831 module will be called gdth.
832
833config SCSI_ISCI
834 tristate "Intel(R) C600 Series Chipset SAS Controller"
835 depends on PCI && SCSI
836 # little endian host assumptions
837 depends on X86
838 # (temporary): dma api misuse
839 depends on !DMAR
840 # (temporary): known alpha quality driver
841 depends on EXPERIMENTAL
842 select SCSI_SAS_LIBSAS
843 ---help---
844 This driver supports the 6Gb/s SAS capabilities of the storage
845 control unit found in the Intel(R) C600 series chipset.
846
847 The experimental tag will be removed after the driver exits alpha
848
849choice
850 prompt "Default Silicon Revision"
851 depends on SCSI_ISCI
852 default PBG_HBA_A2
853 # temporary A-step silicon is pre-production
854
855config PBG_HBA_BETA
856 bool "B0"
857
858config PBG_HBA_A2
859 bool "A2"
860
861config PBG_HBA_A0
862 bool "A0"
863
864endchoice
865
866
833config SCSI_GENERIC_NCR5380
834 tristate "Generic NCR5380/53c400 SCSI PIO support"
835 depends on ISA && SCSI
836 select SCSI_SPI_ATTRS
837 ---help---
838 This is a driver for the old NCR 53c80 series of SCSI controllers
839 on boards using PIO. Most boards such as the Trantor T130 fit this
840 category, along with a large number of ISA 8bit controllers shipped

--- 1067 unchanged lines hidden ---
867config SCSI_GENERIC_NCR5380
868 tristate "Generic NCR5380/53c400 SCSI PIO support"
869 depends on ISA && SCSI
870 select SCSI_SPI_ATTRS
871 ---help---
872 This is a driver for the old NCR 53c80 series of SCSI controllers
873 on boards using PIO. Most boards such as the Trantor T130 fit this
874 category, along with a large number of ISA 8bit controllers shipped

--- 1067 unchanged lines hidden ---