arch: m68k: Use existing CONFIG_MCFTMR instead of CFG_MCFTMR
[platform/kernel/u-boot.git] / drivers / scsi / Kconfig
index c400e2d..a801412 100644 (file)
@@ -1,6 +1,5 @@
 config SCSI
        bool "Support SCSI controllers"
-       select HAVE_BLOCK_DEVICE
        help
          This enables support for SCSI (Small Computer System Interface),
          a parallel interface widely used with storage peripherals such as
@@ -10,7 +9,6 @@ config SCSI
 
 config DM_SCSI
        bool "Support SCSI controllers with driver model"
-       depends on BLK
        help
          This option enables the SCSI (Small Computer System Interface) uclass
          which supports SCSI and SATA HDDs. For every device configuration
@@ -28,7 +26,7 @@ config SCSI_AHCI_PLAT
          This is deprecated. An AHCI driver should be provided instead.
 
 config SYS_SCSI_MAX_SCSI_ID
-       int "Maximum supporedt SCSI ID"
+       int "Maximum supported SCSI ID"
        default 1
        help
          Sets the maximum number of SCSI IDs to scan when looking for devices.