Goswin von Brederlow wrote:
> Helge Hafting <[EMAIL PROTECTED]> writes:
>> Randy Dunlap wrote:
>>>   NOTE: ATA enables basic SCSI support; *however*,
>>>   'SCSI disk support', 'SCSI tape support', or
>>>   'SCSI CDROM support' may also be needed,
>>>   depending on your hardware configuration.
> 
> Could one duplicate the configure options for scsi disk/tape/cdrom at
> that place?

Yes, e.g. like in http://lkml.org/lkml/2007/9/8/9.

> The text should then probably read SCSI/SATA disk support in both places.

Or rather than duplicating the menu items for the same options, split
the SCSI high-level options out into a top-level menu and adjust the
wording of the prompts.  http://lkml.org/lkml/2007/9/14/217

(top level)
menu "Storage (core and SCSI commands)"
        config SCSI
                tristate "Storage support (core and SCSI commands)"
        config BLK_DEV_SD
                tristate "Harddisks and other Direct access devices"
        config CHR_DEV_ST
                tristate "Tape drives"
        config CHR_DEV_OSST
                tristate "SCSI OnStream SC-x0 tape support"
        config BLK_DEV_SR
                tristate "CD-ROMs, DVD-ROMs"
        ...

menu "Device Drivers"
        ...
        menu "SCSI device support"
                config RAID_ATTRS
                config SCSI_TGT
                menu "SCSI Transports"
                        ...
                menuconfig SCSI_LOWLEVEL
                        bool "SCSI low-level drivers"
                        ...

-- 
Stefan Richter
-=====-=-=== =--= -===-
http://arcgraph.de/sr/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to