Kconfig (594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2) Kconfig (e9f5f44ad3725335d9c559c3c22cd3726152a7b1)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "SCSI device support"
3
4config SCSI_MOD
5 tristate
6 default y if SCSI=n || SCSI=y
7 default m if SCSI=m
8 depends on BLOCK

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

77 If unsure say N.
78
79comment "SCSI support type (disk, tape, CD-ROM)"
80 depends on SCSI
81
82config BLK_DEV_SD
83 tristate "SCSI disk support"
84 depends on SCSI
1# SPDX-License-Identifier: GPL-2.0-only
2menu "SCSI device support"
3
4config SCSI_MOD
5 tristate
6 default y if SCSI=n || SCSI=y
7 default m if SCSI=m
8 depends on BLOCK

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

77 If unsure say N.
78
79comment "SCSI support type (disk, tape, CD-ROM)"
80 depends on SCSI
81
82config BLK_DEV_SD
83 tristate "SCSI disk support"
84 depends on SCSI
85 select BLK_DEV_INTEGRITY_T10 if BLK_DEV_INTEGRITY
86 help
87 If you want to use SCSI hard disks, Fibre Channel disks,
88 Serial ATA (SATA) or Parallel ATA (PATA) hard disks,
89 USB storage or the SCSI or parallel port version of
90 the IOMEGA ZIP drive, say Y and read the SCSI-HOWTO,
91 the Disk-HOWTO and the Multi-Disk-HOWTO, available from
92 <http://www.tldp.org/docs.html#howto>. This is NOT for SCSI
93 CD-ROMs.

--- 1433 unchanged lines hidden ---
85 help
86 If you want to use SCSI hard disks, Fibre Channel disks,
87 Serial ATA (SATA) or Parallel ATA (PATA) hard disks,
88 USB storage or the SCSI or parallel port version of
89 the IOMEGA ZIP drive, say Y and read the SCSI-HOWTO,
90 the Disk-HOWTO and the Multi-Disk-HOWTO, available from
91 <http://www.tldp.org/docs.html#howto>. This is NOT for SCSI
92 CD-ROMs.

--- 1433 unchanged lines hidden ---