aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/Kconfig
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-17 18:46:34 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-17 18:46:34 -0400
commitffd4f6f0eed0423652826f3775077d11918b4180 (patch)
treef574449a3fa0da029d42b401336adefa42bca06b /drivers/ide/Kconfig
parent26d799b729003220c0f3e5d9e046e1588c011897 (diff)
ide: add ide-4drives host driver (take 3)
CONFIG_BLK_DEV_4DRIVES deserves its own host driver: * Add drivers/ide/legacy/ide-4drives.c and move "4drives" support there. * Add ide-4drives.o in the link order after all other legacy host drivers enabled by "ide0=" options (they all are mutually exclusive). * Make ide-4drives host driver probe itself for IDE devices instead of indirectly depending on ide_generic host driver. * Add "probe" module parameter to ide-4drives and update documentation. v2: * s/paramater/parameter/ in ide.txt. (Noticed by Randy Dunlap) v3: * s/ide_4drives.probe/ide-4drives.probe/ in help entry. (Noticed by Sergei Shtylyov) Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r--drivers/ide/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index 29dd99caaf50..ec6b4a80e333 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -1035,8 +1035,8 @@ config BLK_DEV_4DRIVES
1035 Certain older chipsets, including the Tekram 690CD, use a single set 1035 Certain older chipsets, including the Tekram 690CD, use a single set
1036 of I/O ports at 0x1f0 to control up to four drives, instead of the 1036 of I/O ports at 0x1f0 to control up to four drives, instead of the
1037 customary two drives per port. Support for this can be enabled at 1037 customary two drives per port. Support for this can be enabled at
1038 runtime using the "ide0=four" kernel boot parameter if you say Y 1038 runtime using the "ide-4drives.probe" kernel boot parameter if you
1039 here. 1039 say Y here.
1040 1040
1041config BLK_DEV_ALI14XX 1041config BLK_DEV_ALI14XX
1042 tristate "ALI M14xx support" 1042 tristate "ALI M14xx support"