diff options
-rw-r--r-- | drivers/ata/Kconfig | 5 | ||||
-rw-r--r-- | drivers/scsi/Kconfig | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index b4a8d6030e48..4ad8675f5a16 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -16,6 +16,11 @@ menuconfig ATA | |||
16 | that "speaks" the ATA protocol, also called ATA controller), | 16 | that "speaks" the ATA protocol, also called ATA controller), |
17 | because you will be asked for it. | 17 | because you will be asked for it. |
18 | 18 | ||
19 | NOTE: ATA enables basic SCSI support; *however*, | ||
20 | 'SCSI disk support', 'SCSI tape support', or | ||
21 | 'SCSI CDROM support' may also be needed, | ||
22 | depending on your hardware configuration. | ||
23 | |||
19 | if ATA | 24 | if ATA |
20 | 25 | ||
21 | config ATA_NONSTANDARD | 26 | config ATA_NONSTANDARD |
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 2b2f5c12019b..eb46cb0e3cb7 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -60,6 +60,7 @@ config BLK_DEV_SD | |||
60 | depends on SCSI | 60 | depends on SCSI |
61 | ---help--- | 61 | ---help--- |
62 | If you want to use SCSI hard disks, Fibre Channel disks, | 62 | If you want to use SCSI hard disks, Fibre Channel disks, |
63 | Serial ATA (SATA) or Parallel ATA (PATA) hard disks, | ||
63 | USB storage or the SCSI or parallel port version of | 64 | USB storage or the SCSI or parallel port version of |
64 | the IOMEGA ZIP drive, say Y and read the SCSI-HOWTO, | 65 | the IOMEGA ZIP drive, say Y and read the SCSI-HOWTO, |
65 | the Disk-HOWTO and the Multi-Disk-HOWTO, available from | 66 | the Disk-HOWTO and the Multi-Disk-HOWTO, available from |