]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
kconfig: move the option SCSI_HPTIOP to a better place
authorAdrian Bunk <bunk@kernel.org>
Sat, 19 Jul 2008 20:52:28 +0000 (23:52 +0300)
committerAdrian Bunk <bunk@kernel.org>
Sat, 19 Jul 2008 20:52:28 +0000 (23:52 +0300)
Signed-off-by: Adrian Bunk <bunk@kernel.org>
drivers/scsi/Kconfig

index ffe1c0c21b7bc3fd6a3cb4dd0e62e8512d25aa7a..e11829e3fe75bc39afdd8fda82b1d2d6259783b5 100644 (file)
@@ -538,16 +538,6 @@ config SCSI_PDC_ADMA
 
          If unsure, say N.
 
-config SCSI_HPTIOP
-       tristate "HighPoint RocketRAID 3xxx Controller support"
-       depends on SCSI && PCI
-       help
-         This option enables support for HighPoint RocketRAID 3xxx
-         controllers.
-
-         To compile this driver as a module, choose M here; the module
-         will be called hptiop. If unsure, say N.
-
 config SCSI_SATA_QSTOR
        tristate "Pacific Digital SATA QStor support"
        depends on SCSI_SATA && PCI
@@ -625,6 +615,16 @@ config SCSI_SATA_INTEL_COMBINED
        depends on IDE=y && !BLK_DEV_IDE_SATA && (SCSI_SATA_AHCI || SCSI_ATA_PIIX)
        default y
 
+config SCSI_HPTIOP
+       tristate "HighPoint RocketRAID 3xxx Controller support"
+       depends on SCSI && PCI
+       help
+         This option enables support for HighPoint RocketRAID 3xxx
+         controllers.
+
+         To compile this driver as a module, choose M here; the module
+         will be called hptiop. If unsure, say N.
+
 config SCSI_BUSLOGIC
        tristate "BusLogic SCSI support"
        depends on (PCI || ISA || MCA) && SCSI && ISA_DMA_API