diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-19 23:52:28 +0300 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-07-19 23:52:28 +0300 |
commit | 53250a38ef49e477f412015caa18e25a4dc58a98 (patch) | |
tree | ef17730d8dcce7678945fc1503877ec360179a9d | |
parent | 1cd89cf10141ba63da2696db80727e753331d0ab (diff) |
kconfig: move the option SCSI_HPTIOP to a better place
Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r-- | drivers/scsi/Kconfig | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index ffe1c0c21b7b..e11829e3fe75 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -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 |