Commit 938da770 authored by Frederik Deweerdt's avatar Frederik Deweerdt Committed by Bartlomiej Zolnierkiewicz

ide/Kconfig: BLK_DEV_4DRIVES should be a tristate

The 4drives should be a tristate, the following breakage occurs otherwise:

ERROR: "probe_4drives" [drivers/ide/ide-core.ko] undefined!

The following (compile tested) patch fixes it for me.
Signed-off-by: default avatarFrederik Deweerdt <frederik.deweerdt@gmail.com>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 537166f6
...@@ -1031,7 +1031,7 @@ comment "Other IDE chipsets support" ...@@ -1031,7 +1031,7 @@ comment "Other IDE chipsets support"
comment "Note: most of these also require special kernel boot parameters" comment "Note: most of these also require special kernel boot parameters"
config BLK_DEV_4DRIVES config BLK_DEV_4DRIVES
bool "Generic 4 drives/port support" tristate "Generic 4 drives/port support"
help help
Certain older chipsets, including the Tekram 690CD, use a single set Certain older chipsets, including the Tekram 690CD, use a single set
of I/O ports at 0x1f0 to control up to four drives, instead of the of I/O ports at 0x1f0 to control up to four drives, instead of the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment