From: Stefan Richter Konfiguration menu item of sbp2: Replace 'depends on SCSI' by 'select SCSI'. Extend help text. Signed-off-by: Stefan Richter Cc: Jody McIntyre Cc: Ben Collins Signed-off-by: Andrew Morton --- drivers/ieee1394/Kconfig | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff -puN drivers/ieee1394/Kconfig~ieee1394-sbp2-select-scsi-in-kconfig drivers/ieee1394/Kconfig --- a/drivers/ieee1394/Kconfig~ieee1394-sbp2-select-scsi-in-kconfig +++ a/drivers/ieee1394/Kconfig @@ -122,10 +122,16 @@ config IEEE1394_VIDEO1394 config IEEE1394_SBP2 tristate "SBP-2 support (Harddisks etc.)" - depends on IEEE1394 && SCSI && (PCI || BROKEN) + depends on IEEE1394 && (PCI || BROKEN) + select SCSI help - This option enables you to use SBP-2 devices connected to your IEEE - 1394 bus. SBP-2 devices include harddrives and DVD devices. + This option enables you to use SBP-2 devices connected to an IEEE + 1394 bus. SBP-2 devices include storage devices like harddisks and + DVD drives, also some other FireWire devices like scanners. + + This option depends on and will select basic SCSI support. You + should also enable support for disks, CD-ROMs, etc. in the SCSI + configuration section. config IEEE1394_SBP2_PHYS_DMA bool "Enable replacement for physical DMA in SBP2" _